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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襭駈グ癆k5 | 111001100100001010001011111011011000001101001111111000011001010010000010100010111000001001010100 | e6428bed834fe194828b8254 |
EUC-JP | 襭駈グ癆k5 | 111010111010001110110110111011111010010110110000111000011111010010100011111010111010001110110101 | eba3b6efa5b0e1f4a3eba3b5 |
UTF-8 | 襭駈グ癆k5 | 111010001010010110101101111010011010011110001000111000111000001010110000111001111001100110000110111011111011110110001011111011111011110010010101 | e8a5ade9a788e382b0e79986efbd8befbc95 |
UHC | ??グ?k5 | 001111110011111110101011101100000011111110100011111010111010001110110101 | 3f3fabb03fa3eba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)