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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 茗常酋H | 11100100101010101000111111101101100011110101010101001000 | e4aa8fed8f5548 |
EUC-JP | 茗常酋H | 11101000101011001011111011101111101111011011011001001000 | e8acbeefbdb648 |
UTF-8 | 茗常酋H | 11101000100011001001011111100101101110001011100011101001100001011000101101001000 | e88c97e5b8b8e9858b48 |
UHC | 茗常酋H | 11011001101010111101111111001000111101011101110001001000 | d9abdfc8f5dc48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)