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 | ??}??? | 001111110011111101111101001111110011111100111111 | 3f3f7d3f3f3f |
SJIS-WIN | 旭?}旭?低 | 100010001010111000111111011111011000100010101110001111111001001011100001 | 88ae3f7d88ae3f92e1 |
EUC-JP | 旭?}旭?低 | 101100001011000000111111011111011011000010110000001111111100010011100011 | b0b03f7db0b03fc4e3 |
UTF-8 | 旭렔}旭렔低 | 11100110100101111010110111101011101000001001010001111101111001101001011110101101111010111010000010010100111001001011110110001110 | e697adeba0947de697adeba094e4bd8e |
UHC | 旭렔}旭렔低 | 1110100111101111100011101010100101111101111010011110111110001110101010011110111010111000 | e9ef8ea97de9ef8ea9eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)