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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???傲 | 0011111100111111001111111001100011111100 | 3f3f3f98fc |
EUC-JP | ?紈?傲 | 00111111100011111101001111001101001111111101000011111110 | 3f8fd3cd3fd0fe |
UTF-8 | 뤚紈쟌傲 | 111010111010010010011010111001111011010010001000111011001001111110001100111001011000001010110010 | eba49ae7b488ec9f8ce582b2 |
UHC | 뤚紈쟌傲 | 1000111111001001111111001011110011000000111100101110011111101100 | 8fc9fcbcc0f2e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)