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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?莎損B | 001111111110010010110011100100011011100101000010 | 3fe4b391b942 |
EUC-JP | ?莎損B | 001111111110100010110101110000101011101101000010 | 3fe8b5c2bb42 |
UTF-8 | 뤳莎損B | 11101011101001001011001111101000100011101000111011100110100100001000110101000010 | eba4b3e88e8ee6908d42 |
UHC | 뤳莎損B | 10001111111000011101111011101101111000011101111101000010 | 8fe1deede1df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)