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 | 湜疾賞 | 111110110100011110001110101111101000111111011100 | fb478ebe8fdc |
EUC-JP | 湜疾賞 | 10001111110001111111110010111100110000001011111011011110 | 8fc7fcbcc0bede |
UTF-8 | 湜疾賞 | 111001101011100110011100111001111001011010111110111010001011001110011110 | e6b99ce796bee8b39e |
UHC | 湜疾賞 | 111000111101011111110010111100001101111111011011 | e3d7f2f0dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)