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 | ?省 | 001111111000111111001000 | 3f8fc8 |
EUC-JP | ?省 | 001111111011111011001010 | 3fbeca |
UTF-8 | 쌚省 | 111011001000110010011010111001111001110010000001 | ec8c9ae79c81 |
UHC | 쌚省 | 10011011010001111110000011111101 | 9b47e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)