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 | 1000111111110110001111110111110101011001100011111111011000111111011111010110001001000101 | 8ff63f7d598ff63f7d6245 |
EUC-JP | 蒸?}Y蒸?}bE | 1011111011111000001111110111110101011001101111101111100000111111011111010110001001000101 | bef83f7d59bef83f7d6245 |
UTF-8 | 蒸렍}Y蒸렍}bE | 1110100010010010101110001110101110100000100011010111110101011001111010001001001010111000111010111010000010001101011111010110001001000101 | e892b8eba08d7d59e892b8eba08d7d6245 |
UHC | 蒸렍}Y蒸렍}bE | 11110001111110101000111010100011011111010101100111110001111110101000111010100011011111010110001001000101 | f1fa8ea37d59f1fa8ea37d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)