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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 關搾セ暦スゥh | 11101000100100001000110111101111101111101001011111101111101111011010100101101000 | e8908defbe97efbda968 |
EUC-JP | 關搾セ暦スゥh | 11101111111100001011101011110001100011101011111011001110111100011000111010111101100011101010100101101000 | eff0baf18ebecef18ebd8ea968 |
UTF-8 | 關搾セ暦スゥh | 11101001100101111001110011100110100100001011111011101111101111011011111011100110100110101010011011101111101111011011110111101111101111011010100101101000 | e9979ce690beefbdbee69aa6efbdbdefbda968 |
UHC | 關搾????h | 110011101011110011110011101101100011111100111111001111110011111101101000 | cebcf3b63f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)