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 | _£_£^ | 100000010101111110000001101000111000000101011111100000011010001101011110 | 815f81a3815f81a35e |
SJIS-WIN | ?_?£?_?£^ | 0011111101011111001111111000000110010010001111110101111100111111100000011001001001011110 | 3f5f3f81923f5f3f81925e |
EUC-JP | ?_?£?_?£^ | 0011111101011111001111111010000111110010001111110101111100111111101000011111001001011110 | 3f5f3fa1f23f5f3fa1f25e |
UTF-8 | _£_£^ | 110000101000000101011111110000101000000111000010101000111100001010000001010111111100001010000001110000101010001101011110 | c2815fc281c2a3c2815fc281c2a35e |
UHC | ?_???_??^ | 001111110101111100111111001111110011111101011111001111110011111101011110 | 3f5f3f3f3f5f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)