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 | ?野壯 | 0011111110010110111011001001101011100001 | 3f96ec9ae1 |
EUC-JP | ?野壯 | 0011111111001100111011101101010011100011 | 3fcceed4e3 |
UTF-8 | 돠野壯 | 111010111000111110100000111010011000011110001110111001011010001110101111 | eb8fa0e9878ee5a3af |
UHC | 돠野壯 | 101101011100001011100101101011111110110111100000 | b5c2e5afede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)