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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沃??耶ヨぐ | 10010111100000000011111100111111100101101110101110000011100010001000001010101110 | 97803f3f96eb838882ae |
EUC-JP | 沃??耶ヨぐ | 11001101111000000011111100111111110011001110110110100101111010001010010010110000 | cde03f3fcceda5e8a4b0 |
UTF-8 | 沃곈걶耶ヨぐ | 111001101011001010000011111010101011001110001000111010101011000110110110111010001000000010110110111000111000001110101000111000111000000110010000 | e6b283eab388eab1b6e880b6e383a8e38190 |
UHC | 沃곈걶耶ヨぐ | 111010001010101010110000111010011000000110011100111001011010110110101011111010001010101010110000 | e8aab0e9819ce5adabe8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)