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 | 垣仙寮 | 100010100101111110010000111001011001011110111110 | 8a5f90e597be |
EUC-JP | 垣仙寮 | 101100111100000011000000111001111100111011000000 | b3c0c0e7cec0 |
UTF-8 | 垣仙寮 | 111001011001111010100011111001001011101110011001111001011010111110101110 | e59ea3e4bb99e5afae |
UHC | 垣仙寮 | 111010101010111111100000101110011101011011110111 | eaafe0b9d6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)