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 | 蜈庭團 | 111001011000010110010010111010111001101010100011 | e58592eb9aa3 |
EUC-JP | 蜈庭團 | 111010011110010111000100111011011101010010100101 | e9e5c4edd4a5 |
UTF-8 | 蜈庭團 | 111010001001110010001000111001011011101010101101111001011001110010011000 | e89c88e5baade59c98 |
UHC | 蜈庭團 | 111010001010010111101111110101001101001110100101 | e8a5efd4d3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)