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 | 1110010110101100100010110111110101011001111001011010110010001011011111010110001001000101 | e5ac8b7d59e5ac8b7d6245 |
EUC-JP | 螫急Y螫急bE | 1110101010101110101101011101111001011001111010101010111010110101110111100110001001000101 | eaaeb5de59eaaeb5de6245 |
UTF-8 | 螫急Y螫急bE | 111010001001111010101011111001101000000010100101010110011110100010011110101010111110011010000000101001010110001001000101 | e89eabe680a559e89eabe680a56245 |
UHC | ?急Y?急bE | 001111111101000011100001010110010011111111010000111000010110001001000101 | 3fd0e1593fd0e16245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)