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 | £^ | 100011101000111110001101101000111000111010001111100011011001010001011110 | 8e8f8da38e8f8d945e |
SJIS-WIN | ???£????^ | 00111111001111110011111110000001100100100011111100111111001111110011111101011110 | 3f3f3f81923f3f3f3f5e |
EUC-JP | ???£????^ | 00111111001111110011111110100001111100100011111100111111001111110011111101011110 | 3f3f3fa1f23f3f3f3f5e |
UTF-8 | £^ | 1100001010001110110000101000111111000010100011011100001010100011110000101000111011000010100011111100001010001101110000101001010001011110 | c28ec28fc28dc2a3c28ec28fc28dc2945e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)