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 | 證泓贈 | 111001101001101010011111100101111001000110100001 | e69a9f9791a1 |
EUC-JP | 證泓贈 | 111010111111101011011101111101111100001010100011 | ebfaddf7c2a3 |
UTF-8 | 證泓贈 | 111010001010110110001001111001101011001110010011111010001011010010001000 | e8ad89e6b393e8b488 |
UHC | 證泓贈 | 111100011111101111111011111100101111000111111100 | f1fbfbf2f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)