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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???郵h | 001111110011111100111111100101110101100001101000 | 3f3f3f975868 |
EUC-JP | ???郵h | 001111110011111100111111110011011011100101101000 | 3f3f3fcdb968 |
UTF-8 | 븂年뽥郵h | 11101011101110001000001011101111101001101000111011101011101111011010010111101001100000111011010101101000 | ebb882efa68eebbda5e983b568 |
UHC | 븂年뽥郵h | 100101010110111011100110110001001001011011100001111010011110100001101000 | 956ee6c496e1e9e868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)