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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跡?億 | 1001000011010101001111111000100110101101 | 90d53f89ad |
EUC-JP | 跡?億 | 1100000011010111001111111011001010101111 | c0d73fb2af |
UTF-8 | 跡렭億 | 111010001011011110100001111010111010000010101101111001011000010010000100 | e8b7a1eba0ade58484 |
UHC | 跡렭億 | 111011101110011010001110101110101110010111100010 | eee68ebae5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)