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 | 鈼ー骼ゥ爾 | 1111101111000110101100001110100110001110101010011000111010100010 | fbc6b0e98ea98ea2 |
EUC-JP | 鈼ー骼ゥ爾 | 1000111111100011110101101000111010110000111100011110111010001110101010011011110010100100 | 8fe3d68eb0f1ee8ea9bca4 |
UTF-8 | 鈼ー骼ゥ爾 | 111010011000100010111100111011111011110110110000111010011010101010111100111011111011110110101001111001111000100010111110 | e988bcefbdb0e9aabcefbda9e788be |
UHC | ????爾 | 001111110011111100111111001111111110110010110011 | 3f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)