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 | 100111111100011000111111010110011001111111000110001111110110001001000101 | 9fc63f599fc63f6245 |
EUC-JP | 淅?Y淅?bE | 110111101100100000111111010110011101111011001000001111110110001001000101 | dec83f59dec83f6245 |
UTF-8 | 淅딖Y淅딖bE | 111001101011011110000101111010111001010010010110010110011110011010110111100001011110101110010100100101100110001001000101 | e6b785eb949659e6b785eb94966245 |
UHC | 淅딖Y淅딖bE | 1110000010110010100010101111101001011001111000001011001010001010111110100110001001000101 | e0b28afa59e0b28afa6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)