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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | スロラホラホB | 10111101110110111101011111001110110101111100111001000010 | bddbd7ced7ce42 |
EUC-JP | スロラホラホB | 10001110101111011000111011011011100011101101011110001110110011101000111011010111100011101100111001000010 | 8ebd8edb8ed78ece8ed78ece42 |
UTF-8 | スロラホラホB | 11101111101111011011110111101111101111101001101111101111101111101001011111101111101111101000111011101111101111101001011111101111101111101000111001000010 | efbdbdefbe9befbe97efbe8eefbe97efbe8e42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)