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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跂ス骭ォ跂 | 1110011011100011101111011110100110001100101010111110011011100011 | e6e3bde98cabe6e3 |
EUC-JP | 跂ス骭ォ跂 | 11101100111001011000111010111101111100011110110010001110101010111110110011100101 | ece58ebdf1ec8eabece5 |
UTF-8 | 跂ス骭ォ跂 | 111010001011011110000010111011111011110110111101111010011010101010101101111011111011110110101011111010001011011110000010 | e8b782efbdbde9aaadefbdabe8b782 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)