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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 茫∪W? | 111001001010100110000001101111100101011100111111 | e4a981be573f |
EUC-JP | 茫∪W? | 111010001010101110100010110000000101011100111111 | e8aba2c0573f |
UTF-8 | 茫∪W녑 | 11101000100011001010101111100010100010001010101001010111111010111000010110010001 | e88cabe288aa57eb8591 |
UHC | 茫∪W녑 | 11011000110101001010000111111010010101111011001111100101 | d8d4a1fa57b3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)