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 | サ韆霰ル衝シ | 101110111110100011100110111010001100010111011001100011111101010110111100 | bbe8e6e8c5d98fd5bc |
EUC-JP | サ韆霰ル衝シ | 100011101011101111110000111010001111000011000111100011101101100110111110110101111000111010111100 | 8ebbf0e8f0c78ed9bed78ebc |
UTF-8 | サ韆霰ル衝シ | 111011111011110110111011111010011001111110000110111010011001110010110000111011111011111010011001111010001010000110011101111011111011110110111100 | efbdbbe99f86e99cb0efbe99e8a19defbdbc |
UHC | ?韆霰?衝? | 001111111111010011000111110111111010110000111111111101011111101000111111 | 3ff4c7dfac3ff5fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)