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 | 茱磁斜 | 111001001010001110001110101001011000111011001110 | e4a38ea58ece |
EUC-JP | 茱磁斜 | 111010001010010110111100101001111011110011010000 | e8a5bca7bcd0 |
UTF-8 | 茱磁斜 | 111010001000110010110001111001111010001110000001111001101001011010011100 | e88cb1e7a381e6969c |
UHC | 茱磁斜 | 111000101011110011101101101110001101111011011000 | e2bcedb8ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)