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 | 11100101100000011110000101010010011111010101100111100101100000011110000101010010011111010110001001000101 | e581e1527d59e581e1527d6245 |
EUC-JP | 蛛甞}Y蛛甞}bE | 11101001111000011110000110110011011111010101100111101001111000011110000110110011011111010110001001000101 | e9e1e1b37d59e9e1e1b37d6245 |
UTF-8 | 蛛甞}Y蛛甞}bE | 1110100010011011100110111110011110010100100111100111110101011001111010001001101110011011111001111001010010011110011111010110001001000101 | e89b9be7949e7d59e89b9be7949e7d6245 |
UHC | 蛛?}Y蛛?}bE | 1111000111001000001111110111110101011001111100011100100000111111011111010110001001000101 | f1c83f7d59f1c83f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)