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 | 瑚基?? | 100011001110100010001010111011100011111100111111 | 8ce88aee3f3f |
EUC-JP | 瑚基?? | 101110001110101010110100111100000011111100111111 | b8eab4f03f3f |
UTF-8 | 瑚基렓펨 | 111001111001000110011010111001011001111110111010111010111010000010010011111011011000111010101000 | e7919ae59fbaeba093ed8ea8 |
UHC | 瑚基렓펨 | 1111101111010001110100001111000110001110101010001100011011101000 | fbd1d0f18ea8c6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)