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 | 筬?腦噫雁^ | 11100010101010110011111111100100010010011001101010000000100010101110010101011110 | e2ab3fe4499a808ae55e |
EUC-JP | 筬?腦噫雁^ | 11100100101011010011111111100111101010101101001111100000101101001110011101011110 | e4ad3fe7aad3e0b4e75e |
UTF-8 | 筬뤶腦噫雁^ | 11100111101011011010110011101011101001001011011011101000100001011010011011100101100110011010101111101001100110111000000101011110 | e7adaceba4b6e885a6e599abe99b815e |
UHC | 筬뤶腦噫雁^ | 1110000011111110100011111110010011010010111000001111110111101101111001001101001001011110 | e0fe8fe4d2e0fdede4d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)