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?Z?D?W | 0011111101000010001111110101101000111111010001000011111101010111 | 3f423f5a3f443f57 |
SJIS-WIN | ?B?Z?D?W | 0011111101000010001111110101101000111111010001000011111101010111 | 3f423f5a3f443f57 |
EUC-JP | ?B?Z?D?W | 0011111101000010001111110101101000111111010001000011111101010111 | 3f423f5a3f443f57 |
UTF-8 | 혪B혪Z혪D혪W | 11101101100110001010101001000010111011011001100010101010010110101110110110011000101010100100010011101101100110001010101001010111 | ed98aa42ed98aa5aed98aa44ed98aa57 |
UHC | 혪B혪Z혪D혪W | 110000101001001001000010110000101001001001011010110000101001001001000100110000101001001001010111 | c29242c2925ac29244c29257 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)