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 | 該嶝??甄贄 | 10001010010110011001101111010001001111110011111111100001010010101110011011010001 | 8a599bd13f3fe14ae6d1 |
EUC-JP | 該嶝??甄贄 | 10110011101110101101011011010011001111110011111111100001101010111110110011010011 | b3bad6d33f3fe1abecd3 |
UTF-8 | 該嶝렰엉甄贄 | 111010001010100110110010111001011011011010011101111010111010000010110000111011001001011110001001111001111001010010000100111010001011010010000100 | e8a9b2e5b69deba0b0ec9789e79484e8b484 |
UHC | 該嶝렰엉甄贄 | 111110101011000111010100111100011000111010111101101111101111101111001100101101001111001010111110 | fab1d4f18ebdbefbccb4f2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)