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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 閭ア閼」H | 11101000100000111011000111101000100001001010001101001000 | e883b1e884a348 |
EUC-JP | 閭ア閼」H | 111011111110001110001110101100011110111111100100100011101010001101001000 | efe38eb1efe48ea348 |
UTF-8 | 閭ア閼」H | 11101001100101101010110111101111101111011011000111101001100101101011110011101111101111011010001101001000 | e996adefbdb1e996bcefbda348 |
UHC | 閭?閼?H | 11010101111011110011111111100100110110010011111101001000 | d5ef3fe4d93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)