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 | 衆蛟??α | 1000111101001111111001011000000000111111001111111000001110111111 | 8f4fe5803f3f83bf |
EUC-JP | 衆蛟??α | 1011110110110000111010011110000000111111001111111010011011000001 | bdb0e9e03f3fa6c1 |
UTF-8 | 衆蛟렱언α | 1110100010100001100001101110100010011011100111111110101110100000101100011110110010010110101110001100111010110001 | e8a186e89b9feba0b1ec96b8ceb1 |
UHC | 衆蛟렱언α | 11110001111010111100111011110001100011101011111010111110111100001010010111100001 | f1ebcef18ebebef0a5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)