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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◇??だ | 100000011001111000111111001111111000001010111110 | 819e3f3f82be |
EUC-JP | ◇??だ | 101000011111111000111111001111111010010011000000 | a1fe3f3fa4c0 |
UTF-8 | ◇룴횕だ | 111000101001011110000111111010111010001110110100111011011001101010010101111000111000000110100000 | e29787eba3b4ed9a95e381a0 |
UHC | ◇룴횕だ | 1010000111011110100011111010100111000011100011111010101011000000 | a1de8fa9c38faac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)