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 | 齟汳妝鮨 | 1110101010010010100111111001001010011011010000101110100110111101 | ea929f929b42e9bd |
EUC-JP | 齟汳妝鮨 | 1111001111110010110111011111001011010101101000111111001010111111 | f3f2ddf2d5a3f2bf |
UTF-8 | 齟汳妝鮨 | 111010011011110110011111111001101011000110110011111001011010011010011101111010011010111010101000 | e9bd9fe6b1b3e5a69de9aea8 |
UHC | 齟??? | 1110111011010010001111110011111100111111 | eed23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)