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 | 該嶝??甄 | 1000101001011001100110111101000100111111001111111110000101001010 | 8a599bd13f3fe14a |
EUC-JP | 該嶝??甄 | 1011001110111010110101101101001100111111001111111110000110101011 | b3bad6d33f3fe1ab |
UTF-8 | 該嶝렰엉甄 | 111010001010100110110010111001011011011010011101111010111010000010110000111011001001011110001001111001111001010010000100 | e8a9b2e5b69deba0b0ec9789e79484 |
UHC | 該嶝렰엉甄 | 11111010101100011101010011110001100011101011110110111110111110111100110010110100 | fab1d4f18ebdbefbccb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)