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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蟒セ蛻・B | 11100101101110111011111011100101100010001010010101000010 | e5bbbee588a542 |
EUC-JP | 蟒セ蛻・B | 111010101011110110001110101111101110100111101000100011101010010101000010 | eabd8ebee9e88ea542 |
UTF-8 | 蟒セ蛻・B | 11101000100111111001001011101111101111011011111011101000100110111011101111101111101111011010010101000010 | e89f92efbdbee89bbbefbda542 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)