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 | 上゚シソ跚シ | 1000111111100011110111111011110010111111111001101110011110111100 | 8fe3dfbcbfe6e7bc |
EUC-JP | 上゚シソ跚シ | 101111101110010110001110110111111000111010111100100011101011111111101100111010011000111010111100 | bee58edf8ebc8ebfece98ebc |
UTF-8 | 上゚シソ跚シ | 111001001011100010001010111011111011111010011111111011111011110110111100111011111011110110111111111010001011011110011010111011111011110110111100 | e4b88aefbe9fefbdbcefbdbfe8b79aefbdbc |
UHC | 上????? | 11011111101111100011111100111111001111110011111100111111 | dfbe3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)