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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 餓??渦??\ | 100010011110110000111111001111111000100101010001001111110011111101011100 | 89ec3f3f89513f3f5c |
EUC-JP | 餓??渦??\ | 101100101110111000111111001111111011000110110010001111110011111101011100 | b2ee3f3fb1b23f3f5c |
UTF-8 | 餓뽬떨渦욕콪\ | 11101001101001001001001111101011101111011010110011101011100101101010100011100110101110001010011011101100100110101001010111101100101111011010101001011100 | e9a493ebbdaceb96a8e6b8a6ec9a95ecbdaa5c |
UHC | 餓뽬떨渦욕콪\ | 11100100101110111001011011101000101101101011001111101000101111101011111111100101101100011001111001011100 | e4bb96e8b6b3e8bebfe5b19e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)