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 | ???o??? | 00111111001111110011111101101111001111110011111100111111 | 3f3f3f6f3f3f3f |
SJIS-WIN | セュ蒔oセュ治 | 101111101010110110001110101010100110111110111110101011011000111010100001 | bead8eaa6fbead8ea1 |
EUC-JP | セュ蒔oセュ治 | 10001110101111101000111010101101101111001010110001101111100011101011111010001110101011011011110010100011 | 8ebe8eadbcac6f8ebe8eadbca3 |
UTF-8 | セュ蒔oセュ治 | 11101111101111011011111011101111101111011010110111101000100100101001010001101111111011111011110110111110111011111011110110101101111001101011001010111011 | efbdbeefbdade892946fefbdbeefbdade6b2bb |
UHC | ??蒔o??治 | 001111110011111111100011110010000110111100111111001111111111011010111101 | 3f3fe3c86f3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)