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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀??榮? | 10011001010110010011111100111111100111101100010000111111 | 99593f3f9ec43f |
EUC-JP | 兀??榮? | 11010001101110100011111100111111110111001100011000111111 | d1ba3f3fdcc63f |
UTF-8 | 兀덊렪榮딅 | 111001011000010110000000111010111000110110001010111010111010000010101010111001101010011010101110111010111001010010000101 | e58580eb8d8aeba0aae6a6aeeb9485 |
UHC | 兀덊렪榮딅 | 11101000101101001000100011101101100011101011100011100111101101001000101011101011 | e8b488ed8eb8e7b48aeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)