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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 乙????^ | 10001001101100110011111100111111001111110011111101011110 | 89b33f3f3f3f5e |
EUC-JP | 乙????^ | 10110010101101010011111100111111001111110011111101011110 | b2b53f3f3f3f5e |
UTF-8 | 乙얠렫띤캉^ | 11100100101110011001100111101100100101101010000011101011101000001010101111101011100111011010010011101100101110101000100101011110 | e4b999ec96a0eba0abeb9da4ecba895e |
UHC | 乙얠렫띤캉^ | 1110101111100000101111101110110010001110101110011011011011101101110001001011001001011110 | ebe0beec8eb9b6edc4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)