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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 茗常酋G | 11100100101010101000111111101101100011110101010101000111 | e4aa8fed8f5547 |
EUC-JP | 茗常酋G | 11101000101011001011111011101111101111011011011001000111 | e8acbeefbdb647 |
UTF-8 | 茗常酋G | 11101000100011001001011111100101101110001011100011101001100001011000101101000111 | e88c97e5b8b8e9858b47 |
UHC | 茗常酋G | 11011001101010111101111111001000111101011101110001000111 | d9abdfc8f5dc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)