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 | ???{???u | 0011111100111111001111110111101100111111001111110011111101110101 | 3f3f3f7b3f3f3f75 |
SJIS-WIN | セュ竺{セォ蔀u | 10111110101011011000111010110001011110111011111010101011100011101100000101110101 | bead8eb17bbeab8ec175 |
EUC-JP | セュ竺{セォ蔀u | 1000111010111110100011101010110110111100101100110111101110001110101111101000111010101011101111001100001101110101 | 8ebe8eadbcb37b8ebe8eabbcc375 |
UTF-8 | セュ竺{セォ蔀u | 1110111110111101101111101110111110111101101011011110011110101011101110100111101111101111101111011011111011101111101111011010101111101000100101001000000001110101 | efbdbeefbdade7abba7befbdbeefbdabe8948075 |
UHC | ??竺{???u | 001111110011111111110101111001110111101100111111001111110011111101110101 | 3f3ff5e77b3f3f3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)