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 | 100100101111010100111111010110011001001011110101001111110110001001000101 | 92f53f5992f53f6245 |
EUC-JP | 禎?Y禎?bE | 110001001111011100111111010110011100010011110111001111110110001001000101 | c4f73f59c4f73f6245 |
UTF-8 | 禎렋Y禎렋bE | 111001111010011010001110111010111010000010001011010110011110011110100110100011101110101110100000100010110110001001000101 | e7a68eeba08b59e7a68eeba08b6245 |
UHC | 禎렋Y禎렋bE | 1110111111101110100011101010001001011001111011111110111010001110101000100110001001000101 | efee8ea259efee8ea26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)