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 | 痔鴫 | 1111000111100110100011101010010011110001111001001000111010110000 | f1e68ea4f1e48eb0 |
EUC-JP | ?痔?鴫 | 001111111011110010100110001111111011110010110010 | 3fbca63fbcb2 |
UTF-8 | 痔鴫 | 111011101000010110100001111001111001011110010100111011101000010110011111111010011011010010101011 | ee85a1e79794ee859fe9b4ab |
UHC | ?痔?? | 0011111111110110110000000011111100111111 | 3ff6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)