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 | 蔟皮ケケ | 111001001111010110010100111001111011100110111001 | e4f594e7b9b9 |
EUC-JP | 蔟皮ケケ | 1110100011110111110010001110100110001110101110011000111010111001 | e8f7c8e98eb98eb9 |
UTF-8 | 蔟皮ケケ | 111010001001010010011111111001111001101010101110111011111011110110111001111011111011110110111001 | e8949fe79aaeefbdb9efbdb9 |
UHC | ?皮?? | 0011111111111001101010110011111100111111 | 3ff9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)