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 | 譏伎ケ | 1110011010011000100010101110101010111001 | e6988aeab9 |
EUC-JP | 譏伎ケ | 111010111111100010110100111011001000111010111001 | ebf8b4ec8eb9 |
UTF-8 | 譏伎ケ | 111010001010110110001111111001001011110010001110111011111011110110111001 | e8ad8fe4bc8eefbdb9 |
UHC | 譏伎? | 1101000111000001110100001110101100111111 | d1c1d0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)