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 | 終?耳?提 | 1000111101001001001111111000111010101000001111111001001011110001 | 8f493f8ea83f92f1 |
EUC-JP | 終?耳?提 | 1011110110101010001111111011110010101010001111111100010011110011 | bdaa3fbcaa3fc4f3 |
UTF-8 | 終렫耳렞提 | 111001111011010110000010111010111010000010101011111010001000000010110011111010111010000010011110111001101000111110010000 | e7b582eba0abe880b3eba09ee68f90 |
UHC | 終렫耳렞提 | 11110000111110111000111010111001111011001011110010001110101011111111000010101011 | f0fb8eb9ecbc8eaff0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)