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 | _£Y_£bE | 1000110101011111100011011010001101011001100011010101111110001101101000110110001001000101 | 8d5f8da3598d5f8da36245 |
SJIS-WIN | ?_?£Y?_?£bE | 00111111010111110011111110000001100100100101100100111111010111110011111110000001100100100110001001000101 | 3f5f3f8192593f5f3f81926245 |
EUC-JP | ?_?£Y?_?£bE | 00111111010111110011111110100001111100100101100100111111010111110011111110100001111100100110001001000101 | 3f5f3fa1f2593f5f3fa1f26245 |
UTF-8 | _£Y_£bE | 1100001010001101010111111100001010001101110000101010001101011001110000101000110101011111110000101000110111000010101000110110001001000101 | c28d5fc28dc2a359c28d5fc28dc2a36245 |
UHC | ?_??Y?_??bE | 0011111101011111001111110011111101011001001111110101111100111111001111110110001001000101 | 3f5f3f3f593f5f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)