To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熱??? | 1001010001001101001111110011111100111111 | 944d3f3f3f |
EUC-JP | 熱??? | 1100011110101110001111110011111100111111 | c7ae3f3f3f |
UTF-8 | 熱뉑슲烈 | 111001111000011010110001111010111000100110010001111011001000101010110010111011111010011010011111 | e786b1eb8991ec8ab2efa69f |
UHC | 熱뉑슲烈 | 1110011011110000100001111110011010011010101110011110011011101111 | e6f087e69ab9e6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)