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 | 炯淵繹 | 111000000111011010010101101000111110001110001000 | e07695a3e388 |
EUC-JP | 炯淵繹 | 110111111101011111001010101001011110010111101000 | dfd7caa5e5e8 |
UTF-8 | 炯淵繹 | 111001111000001010101111111001101011011110110101111001111011100110111001 | e782afe6b7b5e7b9b9 |
UHC | 炯淵繹 | 111110111010011011100110110100001110011010111010 | fba6e6d0e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)