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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | ???順?SB | 0011111100111111001111111000111110000111001111110101001101000010 | 3f3f3f8f873f5342 |
EUC-JP | ???順?SB | 0011111100111111001111111011110111100111001111110101001101000010 | 3f3f3fbde73f5342 |
UTF-8 | 롇롗롒順렰SB | 1110101110100001100001111110101110100001100101111110101110100001100100101110100110100000100001101110101110100000101100000101001101000010 | eba187eba197eba192e9a086eba0b05342 |
UHC | 롇롗롒順렰SB | 100011101100110110001110110110111000111011010111111000101111011110001110101111010101001101000010 | 8ecd8edb8ed7e2f78ebd5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)