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 | ???z???z^ | 001111110011111100111111011110100011111100111111001111110111101001011110 | 3f3f3f7a3f3f3f7a5e |
SJIS-WIN | ???z???z^ | 001111110011111100111111011110100011111100111111001111110111101001011110 | 3f3f3f7a3f3f3f7a5e |
EUC-JP | ???z???z^ | 001111110011111100111111011110100011111100111111001111110111101001011110 | 3f3f3f7a3f3f3f7a5e |
UTF-8 | 첬횖혡z첬횖혡z^ | 111011001011001010101100111011011001101010010110111011011001100010100001011110101110110010110010101011001110110110011010100101101110110110011000101000010111101001011110 | ecb2aced9a96ed98a17aecb2aced9a96ed98a17a5e |
UHC | 첬횖혡z첬횖혡z^ | 110000111011101011000011100100001100001010001010011110101100001110111010110000111001000011000010100010100111101001011110 | c3bac390c28a7ac3bac390c28a7a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)