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 | 鬲ン゚] | 1110100110101101110111011101111101011101 | e9addddf5d |
EUC-JP | 鬲ン゚] | 11110010101011111000111011011101100011101101111101011101 | f2af8edd8edf5d |
UTF-8 | 鬲ン゚] | 11101001101011001011001011101111101111101001110111101111101111101001111101011101 | e9acb2efbe9defbe9f5d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)