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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雎守悧貉 | 1110100010110001100011101110011110011100101001001110011010111001 | e8b18ee79ca4e6b9 |
EUC-JP | 雎守悧貉 | 1111000010110011101111001110100111011000101001101110110010111011 | f0b3bce9d8a6ecbb |
UTF-8 | 雎守悧貉 | 111010011001101110001110111001011010111010001000111001101000001010100111111010001011001010001001 | e99b8ee5ae88e682a7e8b289 |
UHC | 雎守悧? | 11101110110100011110000111111010110101111101110000111111 | eed1e1fad7dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)