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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 訖埼榛^ | 11100110010111101000110111101001100100000101100101011110 | e65e8de990595e |
EUC-JP | 訖埼榛^ | 11101011101111111011101011101011101111111011101001011110 | ebbfbaebbfba5e |
UTF-8 | 訖埼榛^ | 11101000101010001001011011100101100111111011110011100110101001101001101101011110 | e8a896e59fbce6a69b5e |
UHC | 訖埼榛^ | 11111101111000011101000011110010111100101100111001011110 | fde1d0f2f2ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)