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 | 調?航?諸 | 1001001010110010001111111000110101110001001111111000111110010100 | 92b23f8d713f8f94 |
EUC-JP | 調?航?諸 | 1100010010110100001111111011100111010010001111111011110111110100 | c4b43fb9d23fbdf4 |
UTF-8 | 調렧航렫諸 | 111010001010101010111111111010111010000010100111111010001000100010101010111010111010000010101011111010001010101110111000 | e8aabfeba0a7e888aaeba0abe8abb8 |
UHC | 調렧航렫諸 | 11110000111000001000111010110110111110011111111010001110101110011111000010110011 | f0e08eb6f9fe8eb9f0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)