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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 臟??~ | 1110010001100110001111110011111101111110 | e4663f3f7e |
EUC-JP | 臟??~ | 1110011111000111001111110011111101111110 | e7c73f3f7e |
UTF-8 | 臟뚲뼇~ | 11101000100001111001111111101011100110101011001011101011101111001000011101111110 | e8879feb9ab2ebbc877e |
UHC | 臟뚲뼇~ | 11101101111101001000110011101110100101101001000101111110 | edf48cee96917e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)