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 | 勣?? | 10011001101010000011111100111111 | 99a83f3f |
EUC-JP | 勣?? | 11010010101010100011111100111111 | d2aa3f3f |
UTF-8 | 勣쑈렠 | 111001011000101110100011111011001001000110001000111010111010000010100000 | e58ba3ec9188eba0a0 |
UHC | 勣쑈렠 | 111011101101001110111110101001001000111010110001 | eed3bea48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)