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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 質?}Y質?}bE | 1000111010111111001111110111110101011001100011101011111100111111011111010110001001000101 | 8ebf3f7d598ebf3f7d6245 |
EUC-JP | 質?}Y質?}bE | 1011110011000001001111110111110101011001101111001100000100111111011111010110001001000101 | bcc13f7d59bcc13f7d6245 |
UTF-8 | 質離}Y質離}bE | 1110100010110011101010101110111110100111101010100111110101011001111010001011001110101010111011111010011110101010011111010110001001000101 | e8b3aaefa7aa7d59e8b3aaefa7aa7d6245 |
UHC | 質離}Y質離}bE | 11110010111101011110110011000110011111010101100111110010111101011110110011000110011111010110001001000101 | f2f5ecc67d59f2f5ecc67d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)