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 | 譏樣尓 | 111001101001100010011110111010011001101110010101 | e6989ee99b95 |
EUC-JP | 譏樣尓 | 111010111111100011011100111010111101010111110101 | ebf8dcebd5f5 |
UTF-8 | 譏樣尓 | 111010001010110110001111111001101010100010100011111001011011000010010011 | e8ad8fe6a8a3e5b093 |
UHC | 譏樣? | 1101000111000001111001011100011000111111 | d1c1e5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)