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 | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
SJIS-WIN | 菽??U^ | 111001001100000100111111001111110101010101011110 | e4c13f3f555e |
EUC-JP | 菽??U^ | 111010001100001100111111001111110101010101011110 | e8c33f3f555e |
UTF-8 | 菽됦돶U^ | 1110100010001111101111011110101110010000101001101110101110001111101101100101010101011110 | e88fbdeb90a6eb8fb6555e |
UHC | 菽됦돶U^ | 1110001011011101100010011110010010001001101110010101010101011110 | e2dd89e489b9555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)