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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 庸??庸??B | 100101110110011000111111001111111001011101100110001111110011111101000010 | 97663f3f97663f3f42 |
EUC-JP | 庸??庸??B | 110011011100011100111111001111111100110111000111001111110011111101000010 | cdc73f3fcdc73f3f42 |
UTF-8 | 庸뉗뜊庸뉗뜊B | 11100101101110101011100011101011100010011001011111101011100111001000101011100101101110101011100011101011100010011001011111101011100111001000101001000010 | e5bab8eb8997eb9c8ae5bab8eb8997eb9c8a42 |
UHC | 庸뉗뜊庸뉗뜊B | 11101001101111001000011111101100100011011000110111101001101111001000011111101100100011011000110101000010 | e9bc87ec8d8de9bc87ec8d8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)