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 | 1110101010001110001111110111110101011001111010101000111000111111011111010110001001000101 | ea8e3f7d59ea8e3f7d6245 |
EUC-JP | 齊?}Y齊?}bE | 1111001111101110001111110111110101011001111100111110111000111111011111010110001001000101 | f3ee3f7d59f3ee3f7d6245 |
UTF-8 | 齊숀}Y齊숀}bE | 1110100110111101100010101110110010001000100000000111110101011001111010011011110110001010111011001000100010000000011111010110001001000101 | e9bd8aec88807d59e9bd8aec88807d6245 |
UHC | 齊숀}Y齊숀}bE | 11110000101110101011110011110000011111010101100111110000101110101011110011110000011111010110001001000101 | f0babcf07d59f0babcf07d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)