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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽ケ蝨倡砂 | 111001101010001110111001111001011001110010011000111001111000110110111011 | e6a3b9e59c98e78dbb |
EUC-JP | 譽ケ蝨倡砂 | 11101100101001011000111010111001111010011111110011010000111010011011101010111101 | eca58eb9e9fcd0e9babd |
UTF-8 | 譽ケ蝨倡砂 | 111010001010110110111101111011111011110110111001111010001001110110101000111001011000000010100001111001111010000010000010 | e8adbdefbdb9e89da8e580a1e7a082 |
UHC | 譽?蝨倡砂 | 111001111110001000111111111000111010010011110011110110111101111011100011 | e7e23fe3a4f3dbdee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)