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 | ???塢 | 0011111100111111001111111001101011000111 | 3f3f3f9ac7 |
EUC-JP | ??瀣塢 | 00111111001111111000111111001001101100011101010011001001 | 3f3f8fc9b1d4c9 |
UTF-8 | 뢧뢱瀣塢 | 111010111010001010100111111010111010001010110001111001111000000010100011111001011010000110100010 | eba2a7eba2b1e780a3e5a1a2 |
UHC | 뢧뢱瀣塢 | 1000111101101000100011110111000011111010101011101110011111110001 | 8f688f70faaee7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)