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 | ???T??? | 00111111001111110011111101010100001111110011111100111111 | 3f3f3f543f3f3f |
SJIS-WIN | セュ蒔Tセュ治 | 101111101010110110001110101010100101010010111110101011011000111010100001 | bead8eaa54bead8ea1 |
EUC-JP | セュ蒔Tセュ治 | 10001110101111101000111010101101101111001010110001010100100011101011111010001110101011011011110010100011 | 8ebe8eadbcac548ebe8eadbca3 |
UTF-8 | セュ蒔Tセュ治 | 11101111101111011011111011101111101111011010110111101000100100101001010001010100111011111011110110111110111011111011110110101101111001101011001010111011 | efbdbeefbdade8929454efbdbeefbdade6b2bb |
UHC | ??蒔T??治 | 001111110011111111100011110010000101010000111111001111111111011010111101 | 3f3fe3c8543f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)