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 | 貂滔愡笏ャ | 111001101011100010011111111010111001110010111001111000101001010010101100 | e6b89feb9cb9e294ac |
EUC-JP | 貂滔愡笏ャ | 11101100101110101101111011101101110110001011101111100011111101001000111010101100 | ecbadeedd8bbe3f48eac |
UTF-8 | 貂滔愡笏ャ | 111010001011001010000010111001101011101110010100111001101000010010100001111001111010110010001111111011111011110110101100 | e8b282e6bb94e684a1e7ac8fefbdac |
UHC | 貂滔?笏? | 1111010110110000110101001010010100111111111110111110111000111111 | f5b0d4a53ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)