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 | 100010001101001100111111010110011000100011010011001111110110001001000101 | 88d33f5988d33f6245 |
EUC-JP | 意?Y意?bE | 101100001101010100111111010110011011000011010101001111110110001001000101 | b0d53f59b0d53f6245 |
UTF-8 | 意텡Y意텡bE | 111001101000010010001111111011011000010110100001010110011110011010000100100011111110110110000101101000010110001001000101 | e6848fed85a159e6848fed85a16245 |
UHC | 意텡Y意텡bE | 1110101111110010110001011101111001011001111010111111001011000101110111100110001001000101 | ebf2c5de59ebf2c5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)