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 | °Äè¾ | 10110000110001001110100010111110 | b0c4e8be |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °Äè? | 101000011110101110001111101010101010001110001111101010111011001000111111 | a1eb8faaa38fabb23f |
UTF-8 | °Äè¾ | 1100001010110000110000111000010011000011101010001100001010111110 | c2b0c384c3a8c2be |
UHC | °??¾ | 101000011100011000111111001111111010100011111010 | a1c63f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)