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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 上羮クシャ | 100011111110001111100011101111001011100011110010111000101011110010101100 | 8fe3e3bcb8f2e2bcac |
EUC-JP | 上羮ク?シャ | 1011111011100101111001101011111010001110101110000011111110001110101111001000111010101100 | bee5e6be8eb83f8ebc8eac |
UTF-8 | 上羮クシャ | 111001001011100010001010111001111011111010101110111011111011110110111000111011101000100010011001111011111011110110111100111011111011110110101100 | e4b88ae7beaeefbdb8ee8899efbdbcefbdac |
UHC | 上????? | 11011111101111100011111100111111001111110011111100111111 | dfbe3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)