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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 搖?/? | 100111011000101000111111100000010101111000111111 | 9d8a3f815e3f |
EUC-JP | 搖?/? | 110110011110101000111111101000011011111100111111 | d9ea3fa1bf3f |
UTF-8 | 搖쇘/旅 | 111001101001000010010110111011001000011110011000111011111011110010001111111011111010011010000011 | e69096ec8798efbc8fefa683 |
UHC | 搖쇘/旅 | 1110100011110100101111001110011110100011101011111110011010100001 | e8f4bce7a3afe6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)