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?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
SJIS-WIN | 矗h矗f矗} | 111000011101111001101000111000011101111001100110111000011101111001111101 | e1de68e1de66e1de7d |
EUC-JP | 矗h矗f矗} | 111000101110000001101000111000101110000001100110111000101110000001111101 | e2e068e2e066e2e07d |
UTF-8 | 矗h矗f矗} | 111001111001111110010111011010001110011110011111100101110110011011100111100111111001011101111101 | e79f9768e79f9766e79f977d |
UHC | 矗h矗f矗} | 111101011011100001101000111101011011100001100110111101011011100001111101 | f5b868f5b866f5b87d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)