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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 兀??榮?? | 1001100101011001001111110011111110011110110001000011111100111111 | 99593f3f9ec43f3f |
EUC-JP | 兀??榮?? | 1101000110111010001111110011111111011100110001100011111100111111 | d1ba3f3fdcc63f3f |
UTF-8 | 兀덊렪榮딅쨮 | 111001011000010110000000111010111000110110001010111010111010000010101010111001101010011010101110111010111001010010000101111011001010100010101110 | e58580eb8d8aeba0aae6a6aeeb9485eca8ae |
UHC | 兀덊렪榮딅쨮 | 111010001011010010001000111011011000111010111000111001111011010010001010111010111010010010001000 | e8b488ed8eb8e7b48aeba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)