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 | ?c??B | 0011111101100011001111110011111101000010 | 3f633f3f42 |
SJIS-WIN | 叩c叩坦B | 1001001001000000011000111001001001000000100100100101001001000010 | 9240639240925242 |
EUC-JP | 叩c叩坦B | 1100001110100001011000111100001110100001110000111011001101000010 | c3a163c3a1c3b342 |
UTF-8 | 叩c叩坦B | 1110010110001111101010010110001111100101100011111010100111100101100111011010011001000010 | e58fa963e58fa9e59da642 |
UHC | 叩c叩坦B | 1100110110110000011000111100110110110000111101111010010001000010 | cdb063cdb0f7a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)