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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諠壼沺邀ャ | 111001101000001110011010111001011001111110011111111001111011000110101100 | e6839ae59f9fe7b1ac |
EUC-JP | 諠壼沺邀ャ | 11101011111000111101010011100111110111101010000111101110101100111000111010101100 | ebe3d4e7dea1eeb38eac |
UTF-8 | 諠壼沺邀ャ | 111010001010101110100000111001011010001110111100111001101011001010111010111010011000001010000000111011111011110110101100 | e8aba0e5a3bce6b2bae98280efbdac |
UHC | ???邀? | 001111110011111100111111111010011010110100111111 | 3f3f3fe9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)