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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 載???B | 100011011101101000111111001111110011111101000010 | 8dda3f3f3f42 |
EUC-JP | 載???B | 101110101101110000111111001111110011111101000010 | badc3f3f3f42 |
UTF-8 | 載얗렞렩B | 11101000101111001000100111101100100101101001011111101011101000001001111011101011101000001010100101000010 | e8bc89ec9697eba09eeba0a942 |
UHC | 載얗렞렩B | 111011101011000010111110111010011000111010101111100011101011011101000010 | eeb0bee98eaf8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)