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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 錞タ骼ゥ雫髙 | 11111011110110111100000011101001100011101010100110001110101101001111101111111100 | fbdbc0e98ea98eb4fbfc |
EUC-JP | 錞タ骼ゥ雫? | 100011111110010011011100100011101100000011110001111011101000111010101001101111001011011000111111 | 8fe4dc8ec0f1ee8ea9bcb63f |
UTF-8 | 錞タ骼ゥ雫髙 | 111010011000110010011110111011111011111010000000111010011010101010111100111011111011110110101001111010011001101110101011111010011010101110011001 | e98c9eefbe80e9aabcefbda9e99babe9ab99 |
UHC | 錞????? | 11100010111101100011111100111111001111110011111100111111 | e2f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)