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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 只貊?叛?箏 | 10010001111111001110011010111011001111111001010010111110001111111110001010110101 | 91fce6bb3f94be3fe2b5 |
EUC-JP | 只貊?叛?箏 | 11000010111111101110110010111101001111111100100011000000001111111110010010110111 | c2feecbd3fc8c03fe4b7 |
UTF-8 | 只貊렪叛깻箏 | 111001011000111110101010111010001011001010001010111010111010000010101010111001011000111110011011111010101011100110111011111001111010111010001111 | e58faae8b28aeba0aae58f9beab9bbe7ae8f |
UHC | 只貊렪叛깻箏 | 111100011111111011011000111001111000111010111000110110101110010010110010101000101110111010110100 | f1fed8e78eb8dae4b2a2eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)