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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 謀峯Y謀峯bE | 1001011001100100100101011111010101011001100101100110010010010101111101010110001001000101 | 966495f559966495f56245 |
EUC-JP | 謀峯Y謀峯bE | 1100101111000101110010101111011101011001110010111100010111001010111101110110001001000101 | cbc5caf759cbc5caf76245 |
UTF-8 | 謀峯Y謀峯bE | 111010001010110010000000111001011011001110101111010110011110100010101100100000001110010110110011101011110110001001000101 | e8ac80e5b3af59e8ac80e5b3af6245 |
UHC | 謀峯Y謀峯bE | 1101100111000111110111001110011101011001110110011100011111011100111001110110001001000101 | d9c7dce759d9c7dce76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)