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 | ??mz??mzB | 001111110011111101101101011110100011111100111111011011010111101001000010 | 3f3f6d7a3f3f6d7a42 |
SJIS-WIN | 蓿、mz蓿、mzB | 1110010011110000101001000110110101111010111001001111000010100100011011010111101001000010 | e4f0a46d7ae4f0a46d7a42 |
EUC-JP | 蓿、mz蓿、mzB | 11101000111100101000111010100100011011010111101011101000111100101000111010100100011011010111101001000010 | e8f28ea46d7ae8f28ea46d7a42 |
UTF-8 | 蓿、mz蓿、mzB | 1110100010010011101111111110111110111101101001000110110101111010111010001001001110111111111011111011110110100100011011010111101001000010 | e893bfefbda46d7ae893bfefbda46d7a42 |
UHC | ??mz??mzB | 001111110011111101101101011110100011111100111111011011010111101001000010 | 3f3f6d7a3f3f6d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)