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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 酌痔シシB | 1111001011100010100011101101111011110001111011101000111010100100101111001011110001000010 | f2e28edef1ee8ea4bcbc42 |
EUC-JP | ?酌?痔シシB | 0011111110111100111000000011111110111100101001101000111010111100100011101011110001000010 | 3fbce03fbca68ebc8ebc42 |
UTF-8 | 酌痔シシB | 11101110100010001001100111101001100001011000110011101110100001011010100111100111100101111001010011101111101111011011110011101111101111011011110001000010 | ee8899e9858cee85a9e79794efbdbcefbdbc42 |
UHC | ?酌?痔??B | 001111111110110111001100001111111111011011000000001111110011111101000010 | 3fedcc3ff6c03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)