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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遇?? | 10001011111101100011111100111111 | 8bf63f3f |
EUC-JP | 遇泮? | 101101101111100010001111110001111010100000111111 | b6f88fc7a83f |
UTF-8 | 遇泮렏 | 111010011000000110000111111001101011001110101110111010111010000010001111 | e98187e6b3aeeba08f |
UHC | 遇泮렏 | 111010011110011111011010111010101000111010100101 | e9e7daea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)