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 | 100010011110110000111111001111111000100101010001001111110011111101000010 | 89ec3f3f89513f3f42 |
EUC-JP | 餓??渦??B | 101100101110111000111111001111111011000110110010001111110011111101000010 | b2ee3f3fb1b23f3f42 |
UTF-8 | 餓뽬떨渦욤떨B | 11101001101001001001001111101011101111011010110011101011100101101010100011100110101110001010011011101100100110101010010011101011100101101010100001000010 | e9a493ebbdaceb96a8e6b8a6ec9aa4eb96a842 |
UHC | 餓뽬떨渦욤떨B | 11100100101110111001011011101000101101101011001111101000101111101011111111101000101101101011001101000010 | e4bb96e8b6b3e8bebfe8b6b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)