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 | ?歟蝨 | 0011111110011111011000101110010110011100 | 3f9f62e59c |
EUC-JP | ?歟蝨 | 0011111111011101110000111110100111111100 | 3fddc3e9fc |
UTF-8 | 뤝歟蝨 | 111010111010010010011101111001101010110110011111111010001001110110101000 | eba49de6ad9fe89da8 |
UHC | 뤝歟蝨 | 100011111100110011100110101000101110001110100100 | 8fcce6a2e3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)