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 | 妖??筌?ザ | 100101110110010000111111001111111110001010100011001111111000001101010101 | 97643f3fe2a33f8355 |
EUC-JP | 妖??筌?ザ | 110011011100010100111111001111111110010010100101001111111010010110110110 | cdc53f3fe4a53fa5b6 |
UTF-8 | 妖껊젲筌븀ザ | 111001011010011010010110111010101011101110001010111011001010000010110010111001111010110110001100111010111011100010000000111000111000001010110110 | e5a696eabb8aeca0b2e7ad8cebb880e382b6 |
UHC | 妖껊젲筌븀ザ | 111010001110110110000011111010111010000010100110111011111010011110111010111001111010101110110110 | e8ed83eba0a6efa7bae7abb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)