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 | 譽?鵝 | 1110011010100011001111111110101001000000 | e6a33fea40 |
EUC-JP | 譽?鵝 | 1110110010100101001111111111001110100001 | eca53ff3a1 |
UTF-8 | 譽켘鵝 | 111010001010110110111101111011001011110010011000111010011011010110011101 | e8adbdecbc98e9b59d |
UHC | 譽켘鵝 | 111001111110001010110001010100011110010010111101 | e7e2b151e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)