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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?坎頸 | 0011111110011010101010101110100011110010 | 3f9aaae8f2 |
EUC-JP | ?坎頸 | 0011111111010100101011001111000011110100 | 3fd4acf0f4 |
UTF-8 | 뤶坎頸 | 111010111010010010110110111001011001110110001110111010011010000010111000 | eba4b6e59d8ee9a0b8 |
UHC | 뤶坎頸 | 100011111110010011001010111011001100110011110010 | 8fe4caecccf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)