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 | 巍?浩 | 1001101111011001001111111000110101011111 | 9bd93f8d5f |
EUC-JP | 巍?浩 | 1101011011011011001111111011100111000000 | d6db3fb9c0 |
UTF-8 | 巍렩浩 | 111001011011011110001101111010111010000010101001111001101011010110101001 | e5b78deba0a9e6b5a9 |
UHC | 巍렩浩 | 111010001110010010001110101101111111101111000111 | e8e48eb7fbc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)