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 | °ÀÀ¹ | 10110000110000001100000010111001 | b0c0c0b9 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÀÀ? | 101000011110101110001111101010101010001010001111101010101010001000111111 | a1eb8faaa28faaa23f |
UTF-8 | °ÀÀ¹ | 1100001010110000110000111000000011000011100000001100001010111001 | c2b0c380c380c2b9 |
UHC | °??¹ | 101000011100011000111111001111111010100111110110 | a1c63f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)