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 | 蟾ス雜ウ貂ャ | 111001011011011110111101111010001011011010110011111001101011100010101100 | e5b7bde8b6b3e6b8ac |
EUC-JP | 蟾ス雜ウ貂ャ | 111010101011100110001110101111011111000010111000100011101011001111101100101110101000111010101100 | eab98ebdf0b88eb3ecba8eac |
UTF-8 | 蟾ス雜ウ貂ャ | 111010001001111110111110111011111011110110111101111010011001101110011100111011111011110110110011111010001011001010000010111011111011110110101100 | e89fbeefbdbde99b9cefbdb3e8b282efbdac |
UHC | 蟾?雜?貂? | 111000001110101000111111111011011101101000111111111101011011000000111111 | e0ea3fedda3ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)