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 | 森 | 111001101010001110101110 | e6a3ae |
SJIS-WIN | ?£? | 00111111100000011001001000111111 | 3f81923f |
EUC-JP | 森 | 1000111110101001110000011010000111110010100011111010001011101110 | 8fa9c1a1f28fa2ee |
UTF-8 | 森 | 110000111010011011000010101000111100001010101110 | c3a6c2a3c2ae |
UHC | æ?® | 1010100110100001001111111010001011100111 | a9a13fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)