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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腰⑤?毅? | 1000110110011000100001110100010000111111100010110100001000111111 | 8d9887443f8b423f |
EUC-JP | 腰??毅? | 10111001111110000011111100111111101101011010001100111111 | b9f83f3fb5a33f |
UTF-8 | 腰⑤맟毅숥 | 111010001000010110110000111000101001000110100100111010111010011110011111111001101010111110000101111011001000100010100101 | e885b0e291a4eba79fe6af85ec88a5 |
UHC | 腰⑤맟毅숥 | 11101001101001101010100011101011100100001010110011101011111101101001101001000010 | e9a6a8eb90acebf69a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)