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 | 閼ア蜈カ貂ャ | 111010001000010010110001111001011000010110110110111001101011100010101100 | e884b1e585b6e6b8ac |
EUC-JP | 閼ア蜈カ貂ャ | 111011111110010010001110101100011110100111100101100011101011011011101100101110101000111010101100 | efe48eb1e9e58eb6ecba8eac |
UTF-8 | 閼ア蜈カ貂ャ | 111010011001011010111100111011111011110110110001111010001001110010001000111011111011110110110110111010001011001010000010111011111011110110101100 | e996bcefbdb1e89c88efbdb6e8b282efbdac |
UHC | 閼?蜈?貂? | 111001001101100100111111111010001010010100111111111101011011000000111111 | e4d93fe8a53ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)