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 | ??@? | 00111111001111110100000000111111 | 3f3f403f |
SJIS-WIN | ??@徐 | 0011111100111111010000001000111110011001 | 3f3f408f99 |
EUC-JP | ??@徐 | 0011111100111111010000001011110111111001 | 3f3f40bdf9 |
UTF-8 | 쐛樂@徐 | 11101100100100001001101111101111101001101011111101000000111001011011111010010000 | ec909befa6bf40e5be90 |
UHC | 쐛樂@徐 | 10011100100000011110100011111001010000001101111111101111 | 9c81e8f940dfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)