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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔗壕; | 111001001111001010001101100010001000000101000111 | e4f28d888147 |
EUC-JP | 蔗壕; | 111010001111010010111001111010001010000110101000 | e8f4b9e8a1a8 |
UTF-8 | 蔗壕; | 111010001001010010010111111001011010001110010101111011111011110010011011 | e89497e5a395efbc9b |
UHC | 蔗壕; | 111011011011110111111011101111011010001110111011 | edbdfbbda3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)