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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 上羮クシ | 1000111111100011111000111011110010111000111100101110001010111100 | 8fe3e3bcb8f2e2bc |
EUC-JP | 上羮ク?シ | 101111101110010111100110101111101000111010111000001111111000111010111100 | bee5e6be8eb83f8ebc |
UTF-8 | 上羮クシ | 111001001011100010001010111001111011111010101110111011111011110110111000111011101000100010011001111011111011110110111100 | e4b88ae7beaeefbdb8ee8899efbdbc |
UHC | 上???? | 110111111011111000111111001111110011111100111111 | dfbe3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)