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 | 褝滕悧 | 111001011111101010011111111011001001110010100100 | e5fa9fec9ca4 |
EUC-JP | 褝滕悧 | 111010101111110011011110111011101101100010100110 | eafcdeeed8a6 |
UTF-8 | 褝滕悧 | 111010001010010010011101111001101011101110010101111001101000001010100111 | e8a49de6bb95e682a7 |
UHC | ??悧 | 00111111001111111101011111011100 | 3f3fd7dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)