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 | 箏?邑??靜 | 111000101011010100111111100101110101011100111111001111111110100011001110 | e2b53f97573f3fe8ce |
EUC-JP | 箏?邑??靜 | 111001001011011100111111110011011011100000111111001111111111000011010000 | e4b73fcdb83f3ff0d0 |
UTF-8 | 箏렖邑띄쒜靜 | 111001111010111010001111111010111010000010010110111010011000001010010001111010111001110110000100111011001001001010011100111010011001110110011100 | e7ae8feba096e98291eb9d84ec929ce99d9c |
UHC | 箏렖邑띄쒜靜 | 111011101011010010001110101010111110101111101001101101101110011110111110101011101111000010100001 | eeb48eabebe9b6e7beaef0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)