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 | 10111111110000110101100110111111110000110110001001000101 | bfc359bfc36245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ¿ÃY¿ÃbE | 100011111010001011000100100011111010101010101010010110011000111110100010110001001000111110101010101010100110001001000101 | 8fa2c48faaaa598fa2c48faaaa6245 |
UTF-8 | ¿ÃY¿ÃbE | 1100001010111111110000111000001101011001110000101011111111000011100000110110001001000101 | c2bfc38359c2bfc3836245 |
UHC | ¿?Y¿?bE | 101000101010111100111111010110011010001010101111001111110110001001000101 | a2af3f59a2af3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)