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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛟門ケ。 | 111001011000000010010110111001011011100110100001 | e58096e5b9a1 |
EUC-JP | 蛟門ケ。 | 1110100111100000110011001110011110001110101110011000111010100001 | e9e0cce78eb98ea1 |
UTF-8 | 蛟門ケ。 | 111010001001101110011111111010011001011010000000111011111011110110111001111011111011110110100001 | e89b9fe99680efbdb9efbda1 |
UHC | 蛟門?? | 110011101111000111011010101001100011111100111111 | cef1daa63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)