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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 蜈??h蜈 | 11100101100001010011111100111111011010001110010110000101 | e5853f3f68e585 |
EUC-JP | 蜈??h蜈 | 11101001111001010011111100111111011010001110100111100101 | e9e53f3f68e9e5 |
UTF-8 | 蜈좑숲h蜈 | 11101000100111001000100011101100101000101001000111101100100010001011001001101000111010001001110010001000 | e89c88eca291ec88b268e89c88 |
UHC | 蜈좑숲h蜈 | 111010001010010110100000111011111011110110100011011010001110100010100101 | e8a5a0efbda368e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)