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???HX | 00111111010000100011111100111111001111110100100001011000 | 3f423f3f3f4858 |
SJIS-WIN | ?B???HX | 00111111010000100011111100111111001111110100100001011000 | 3f423f3f3f4858 |
EUC-JP | ?B???HX | 00111111010000100011111100111111001111110100100001011000 | 3f423f3f3f4858 |
UTF-8 | 혪B혩쨋혪HX | 111011011001100010101010010000101110110110011000101010011110110010101000100010111110110110011000101010100100100001011000 | ed98aa42ed98a9eca88bed98aa4858 |
UHC | 혪B혩쨋혪HX | 1100001010010010010000101100001010010001110000101011011011000010100100100100100001011000 | c29242c291c2b6c2924858 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)