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 | 弴企悧 | 111110101011100010001010111010011001110010100100 | fab88ae99ca4 |
EUC-JP | 弴企悧 | 10001111101111001110110110110100111010111101100010100110 | 8fbcedb4ebd8a6 |
UTF-8 | 弴企悧 | 111001011011110010110100111001001011110010000001111001101000001010100111 | e5bcb4e4bc81e682a7 |
UHC | ?企悧 | 0011111111010000111010101101011111011100 | 3fd0ead7dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)