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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 野??潁〓? | 100101101110110000111111001111111001111111110001100000011010110000111111 | 96ec3f3f9ff181ac3f |
EUC-JP | 野??潁〓? | 110011001110111000111111001111111101111011110011101000101010111000111111 | ccee3f3fdef3a2ae3f |
UTF-8 | 野껊젺潁〓젺 | 111010011000011110001110111010101011101110001010111011001010000010111010111001101011110110000001111000111000000010010011111011001010000010111010 | e9878eeabb8aeca0bae6bd81e38093eca0ba |
UHC | 野껊젺潁〓젺 | 111001011010111110000011111010111010000010101101111001111011100010100001111010111010000010101101 | e5af83eba0ade7b8a1eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)