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 | ?盛 | 001111111001000010110111 | 3f90b7 |
EUC-JP | ?盛 | 001111111100000010111001 | 3fc0b9 |
UTF-8 | 댢盛 | 111010111000110010100010111001111001101110011011 | eb8ca2e79b9b |
UHC | 댢盛 | 10001000110001011110000011111100 | 88c5e0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)