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 | 鈹貅跋 | 111110111100101011100110101110101110011011101011 | fbcae6bae6eb |
EUC-JP | 鈹貅跋 | 10001111111000111101010011101100101111001110110011101101 | 8fe3d4ecbceced |
UTF-8 | 鈹貅跋 | 111010011000100010111001111010001011001010000101111010001011011110001011 | e988b9e8b285e8b78b |
UHC | ??跋 | 00111111001111111101101110100010 | 3f3fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)