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セュ璽 | 101111101010110110001110101010100101010010111110101011011000111010100011 | bead8eaa54bead8ea3 |
EUC-JP | セュ蒔Tセュ璽 | 10001110101111101000111010101101101111001010110001010100100011101011111010001110101011011011110010100101 | 8ebe8eadbcac548ebe8eadbca5 |
UTF-8 | セュ蒔Tセュ璽 | 11101111101111011011111011101111101111011010110111101000100100101001010001010100111011111011110110111110111011111011110110101101111001111001001010111101 | efbdbeefbdade8929454efbdbeefbdade792bd |
UHC | ??蒔T??璽 | 001111110011111111100011110010000101010000111111001111111101111111011110 | 3f3fe3c8543f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)