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 | ò£´îµ | 111100101010001110001110101101001110111010110101 | f2a38eb4eeb5 |
SJIS-WIN | ?£?´?? | 0011111110000001100100100011111110000001010011000011111100111111 | 3f81923f814c3f3f |
EUC-JP | ò£?´î? | 100011111010101111010010101000011111001000111111101000011010110110001111101010111100001000111111 | 8fabd2a1f23fa1ad8fabc23f |
UTF-8 | ò£´îµ | 110000111011001011000010101000111100001010001110110000101011010011000011101011101100001010110101 | c3b2c2a3c28ec2b4c3aec2b5 |
UHC | ???´?? | 00111111001111110011111110100010101001010011111100111111 | 3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)