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 | 鈞幗セ | 1110011111100000100110111110110010111110 | e7e09becbe |
EUC-JP | 鈞幗セ | 111011101110001011010110111011101000111010111110 | eee2d6ee8ebe |
UTF-8 | 鈞幗セ | 111010011000100010011110111001011011100110010111111011111011110110111110 | e9889ee5b997efbdbe |
UHC | 鈞?? | 11010000101101110011111100111111 | d0b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)