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 | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | セュ蒔セ、偲@h | 10111110101011011000111010101010101111101010010010001110110000110100000001101000 | bead8eaabea48ec34068 |
EUC-JP | セュ蒔セ、偲@h | 1000111010111110100011101010110110111100101011001000111010111110100011101010010010111100110001010100000001101000 | 8ebe8eadbcac8ebe8ea4bcc54068 |
UTF-8 | セュ蒔セ、偲@h | 1110111110111101101111101110111110111101101011011110100010010010100101001110111110111101101111101110111110111101101001001110010110000001101100100100000001101000 | efbdbeefbdade89294efbdbeefbda4e581b24068 |
UHC | ??蒔???@h | 001111110011111111100011110010000011111100111111001111110100000001101000 | 3f3fe3c83f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)