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 | ?U?B?Z?@\ | 001111110101010100111111010000100011111101011010001111110100000001011100 | 3f553f423f5a3f405c |
SJIS-WIN | ?U?B?Z?@\ | 001111110101010100111111010000100011111101011010001111110100000001011100 | 3f553f423f5a3f405c |
EUC-JP | ?U?B?Z?@\ | 001111110101010100111111010000100011111101011010001111110100000001011100 | 3f553f423f5a3f405c |
UTF-8 | 혪U혪B혪Z혪@\ | 1110110110011000101010100101010111101101100110001010101001000010111011011001100010101010010110101110110110011000101010100100000001011100 | ed98aa55ed98aa42ed98aa5aed98aa405c |
UHC | 혪U혪B혪Z혪@\ | 11000010100100100101010111000010100100100100001011000010100100100101101011000010100100100100000001011100 | c29255c29242c2925ac292405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)