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 | 葫???菴? | 1110010011010111001111110011111100111111111001001011110100111111 | e4d73f3f3fe4bd3f |
EUC-JP | 葫?旴?菴? | 11101000110110010011111110001111110000011111000000111111111010001011111100111111 | e8d93f8fc1f03fe8bf3f |
UTF-8 | 葫漣旴旅菴硏 | 111010001001000110101011111011111010011010010010111001101001011110110100111011111010011010000011111010001000111110110100111001111010000110001111 | e891abefa692e697b4efa683e88fb4e7a18f |
UHC | 葫漣旴旅菴硏 | 111110111101100111100110110100101110100111011001111001101010000111100100111000001110011011011010 | fbd9e6d2e9d9e6a1e4e0e6da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)