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 | 鵫ヒ淏 | 1111110001001000110010111111101101000010 | fc48cbfb42 |
EUC-JP | 鵫ヒ淏 | 1000111111101011111110101000111011001011100011111100011111011001 | 8febfa8ecb8fc7d9 |
UTF-8 | 鵫ヒ淏 | 111010011011010110101011111011111011111010001011111001101011011110001111 | e9b5abefbe8be6b78f |
UHC | ??淏 | 00111111001111111111101111001000 | 3f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)