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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ??ビ?謔E | 0011111100111111100000110111001000111111111001101000001001000101 | 3f3f83723fe68245 |
EUC-JP | ??ビ?謔E | 0011111100111111101001011101001100111111111010111110001001000101 | 3f3fa5d33febe245 |
UTF-8 | 룶핊ビ룫謔E | 11101011101000111011011011101101100101011000101011100011100000111001001111101011101000111010101111101000101011001001010001000101 | eba3b6ed958ae38393eba3abe8ac9445 |
UHC | 룶핊ビ룫謔E | 1000111110101011110000001000111110101011110100111000111110100010111110011100110001000101 | 8fabc08fabd38fa2f9cc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)