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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ソ? | 00111111100000110101110000111111 | 3f835c3f |
EUC-JP | ?ソ? | 00111111101001011011110100111111 | 3fa5bd3f |
UTF-8 | 었ソ咽 | 111011001001011110001000111000111000001010111101111011111010011010011110 | ec9788e382bdefa69e |
UHC | 었ソ咽 | 101111101111101010101011101111011110011011101100 | befaabbde6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)