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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒸幾? | 1000111111110110100010101111010000111111 | 8ff68af43f |
EUC-JP | 蒸幾? | 1011111011111000101101001111011000111111 | bef8b4f63f |
UTF-8 | 蒸幾亐 | 111010001001001010111000111001011011100110111110111001001011101010010000 | e892b8e5b9bee4ba90 |
UHC | 蒸幾亐 | 111100011111101011010000111110101110101010100111 | f1fad0faeaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)