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 | °À» | 10110000110000001100001010111011 | b0c0c2bb |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÀÂ? | 101000011110101110001111101010101010001010001111101010101010010000111111 | a1eb8faaa28faaa43f |
UTF-8 | °À» | 1100001010110000110000111000000011000011100000101100001010111011 | c2b0c380c382c2bb |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)