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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 茫¥従] | 11100100101010011000000110001111100011110101110101011101 | e4a9818f8f5d5d |
EUC-JP | 茫¥従] | 11101000101010111010000111101111101111011011111001011101 | e8aba1efbdbe5d |
UTF-8 | 茫¥従] | 11101000100011001010101111101111101111111010010111100101101111101001001101011101 | e88cabefbfa5e5be935d |
UHC | 茫¥?] | 110110001101010010100001110011010011111101011101 | d8d4a1cd3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)