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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞦「讒ォ蔗 | 1110100011100001101000101110011010100111101010111110010011110010 | e8e1a2e6a7abe4f2 |
EUC-JP | 鞦「讒ォ蔗 | 11110000111000111000111010100010111011001010100110001110101010111110100011110100 | f0e38ea2eca98eabe8f4 |
UTF-8 | 鞦「讒ォ蔗 | 111010011001111010100110111011111011110110100010111010001010111010010010111011111011110110101011111010001001010010010111 | e99ea6efbda2e8ae92efbdabe89497 |
UHC | ??讒?蔗 | 00111111001111111111001111011000001111111110110110111101 | 3f3ff3d83fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)