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 | 裘痔鴫 | 1110010111100010100011101010010011110010101101011000111010110000 | e5e28ea4f2b58eb0 |
EUC-JP | 裘痔?鴫 | 11101010111001001011110010100110001111111011110010110010 | eae4bca63fbcb2 |
UTF-8 | 裘痔鴫 | 111010001010001110011000111001111001011110010100111011101000011110101100111010011011010010101011 | e8a398e79794ee87ace9b4ab |
UHC | ?痔?? | 0011111111110110110000000011111100111111 | 3ff6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)