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 | 訖埼晒 | 111001100101111010001101111010011000111001001110 | e65e8de98e4e |
EUC-JP | 訖埼晒 | 111010111011111110111010111010111011101110101111 | ebbfbaebbbaf |
UTF-8 | 訖埼晒 | 111010001010100010010110111001011001111110111100111001101001100110010010 | e8a896e59fbce69992 |
UHC | 訖埼? | 1111110111100001110100001111001000111111 | fde1d0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)