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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柔警? | 1000111101011111100011000111100000111111 | 8f5f8c783f |
EUC-JP | 柔警? | 1011110111000000101101111101100100111111 | bdc0b7d93f |
UTF-8 | 柔警깖 | 111001101001111110010100111010001010110110100110111010101011100110010110 | e69f94e8ada6eab996 |
UHC | 柔警깖 | 111010101111010111001100111011011011000111110011 | eaf5ccedb1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)