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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?項 | 001111111000110110000000 | 3f8d80 |
EUC-JP | ?項 | 001111111011100111100000 | 3fb9e0 |
UTF-8 | 뒅項 | 111010111001001010000101111010011010000010000101 | eb9285e9a085 |
UHC | 뒅項 | 10001010100000111111101010100011 | 8a83faa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)