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 | 財????? | 10001101111000000011111100111111001111110011111100111111 | 8de03f3f3f3f3f |
EUC-JP | 財????? | 10111010111000100011111100111111001111110011111100111111 | bae23f3f3f3f3f |
UTF-8 | 財몄렮띠렧렏 | 111010001011001010100001111010111010101010000100111010111010000010101110111010111001110110100000111010111010000010100111111010111010000010001111 | e8b2a1ebaa84eba0aeeb9da0eba0a7eba08f |
UHC | 財몄렮띠렧렏 | 111011101010111110111000111011001000111010111011101101101110110010001110101101101000111010100101 | eeafb8ec8ebbb6ec8eb68ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)