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 | 鮮?憶愕 | 10010001010011100011111110001001101011111001110010110001 | 914e3f89af9cb1 |
EUC-JP | 鮮?憶愕 | 11000001101011110011111110110010101100011101100010110011 | c1af3fb2b1d8b3 |
UTF-8 | 鮮걦憶愕 | 111010011010111010101110111010101011000110100110111001101000011010110110111001101000010010010101 | e9aeaeeab1a6e686b6e68495 |
UHC | 鮮걦憶愕 | 1110000011011000100000011000111111100101111000111110010011000011 | e0d8818fe5e3e4c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)