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 | 11100111111000011011000111101000100001001010001101001000 | e7e1b1e884a348 |
EUC-JP | 釿ア閼」H | 111011101110001110001110101100011110111111100100100011101010001101001000 | eee38eb1efe48ea348 |
UTF-8 | 釿ア閼」H | 11101001100001111011111111101111101111011011000111101001100101101011110011101111101111011010001101001000 | e987bfefbdb1e996bcefbda348 |
UHC | ??閼?H | 001111110011111111100100110110010011111101001000 | 3f3fe4d93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)