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 | 缸茅羣 | 111000111001110110001010100111011110001110111000 | e39d8a9de3b8 |
EUC-JP | 缸茅羣 | 111001011111110110110011111111011110011010111010 | e5fdb3fde6ba |
UTF-8 | 缸茅羣 | 111001111011110010111000111010001000110010000101111001111011111010100011 | e7bcb8e88c85e7bea3 |
UHC | 缸茅? | 1111100111111100110110011100011000111111 | f9fcd9c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)