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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 上羮ク | 10001111111000111110001110111100101110001111001011100010 | 8fe3e3bcb8f2e2 |
EUC-JP | 上羮ク? | 10111110111001011110011010111110100011101011100000111111 | bee5e6be8eb83f |
UTF-8 | 上羮ク | 111001001011100010001010111001111011111010101110111011111011110110111000111011101000100010011001 | e4b88ae7beaeefbdb8ee8899 |
UHC | 上??? | 1101111110111110001111110011111100111111 | dfbe3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)