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 | O£YO£bE | 1000111101001111100011011010001101011001100011110100111110001101101000110110001001000101 | 8f4f8da3598f4f8da36245 |
SJIS-WIN | ?O?£Y?O?£bE | 00111111010011110011111110000001100100100101100100111111010011110011111110000001100100100110001001000101 | 3f4f3f8192593f4f3f81926245 |
EUC-JP | ?O?£Y?O?£bE | 00111111010011110011111110100001111100100101100100111111010011110011111110100001111100100110001001000101 | 3f4f3fa1f2593f4f3fa1f26245 |
UTF-8 | O£YO£bE | 1100001010001111010011111100001010001101110000101010001101011001110000101000111101001111110000101000110111000010101000110110001001000101 | c28f4fc28dc2a359c28f4fc28dc2a36245 |
UHC | ?O??Y?O??bE | 0011111101001111001111110011111101011001001111110100111100111111001111110110001001000101 | 3f4f3f3f593f4f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)