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 | 雍門クク菫ョ | 111010001011010010010110111001011011100010111000111001001011111110101110 | e8b496e5b8b8e4bfae |
EUC-JP | 雍門クク菫ョ | 111100001011011011001100111001111000111010111000100011101011100011101000110000011000111010101110 | f0b6cce78eb88eb8e8c18eae |
UTF-8 | 雍門クク菫ョ | 111010011001101110001101111010011001011010000000111011111011110110111000111011111011110110111000111010001000111110101011111011111011110110101110 | e99b8de99680efbdb8efbdb8e88fabefbdae |
UHC | 雍門??菫? | 111010001011110011011010101001100011111100111111110100001100101100111111 | e8bcdaa63f3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)