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 | 調?爰?弔 | 1001001010110010001111111110000010100111001111111001001010100010 | 92b23fe0a73f92a2 |
EUC-JP | 調?爰?弔 | 1100010010110100001111111110000010101001001111111100010010100100 | c4b43fe0a93fc4a4 |
UTF-8 | 調렧爰렧弔 | 111010001010101010111111111010111010000010100111111001111000100010110000111010111010000010100111111001011011110010010100 | e8aabfeba0a7e788b0eba0a7e5bc94 |
UHC | 調렧爰렧弔 | 11110000111000001000111010110110111010101011101010001110101101101111000011000000 | f0e08eb6eaba8eb6f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)