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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 閼ア豁主叉h | 11101000100001001011000111100110101011011000111011100101100011011011001101101000 | e884b1e6ad8ee58db368 |
EUC-JP | 閼ア豁主叉h | 1110111111100100100011101011000111101100101011111011110011100111101110101011010101101000 | efe48eb1ecafbce7bab568 |
UTF-8 | 閼ア豁主叉h | 11101001100101101011110011101111101111011011000111101000101100011000000111100100101110001011101111100101100011111000100101101000 | e996bcefbdb1e8b181e4b8bbe58f8968 |
UHC | 閼?豁主叉h | 11100100110110010011111111111100110000111111000110101011111100111010100101101000 | e4d93ffcc3f1abf3a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)