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 | 11010101111100000101100111010101111100000110001001000101 | d5f059d5f06245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ÕðYÕðbE | 100011111010101011011000100011111010100111000011010110011000111110101010110110001000111110101001110000110110001001000101 | 8faad88fa9c3598faad88fa9c36245 |
UTF-8 | ÕðYÕðbE | 1100001110010101110000111011000001011001110000111001010111000011101100000110001001000101 | c395c3b059c395c3b06245 |
UHC | ?ðY?ðbE | 001111111010100110100011010110010011111110101001101000110110001001000101 | 3fa9a3593fa9a36245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)