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 | 辿続属竪他 | 10010010010010001001000110110001100100011010111010010010010001111001000110111100 | 924891b191ae924791bc |
EUC-JP | 辿続属竪他 | 11000011101010011100001010110011110000101011000011000011101010001100001010111110 | c3a9c2b3c2b0c3a8c2be |
UTF-8 | 辿続属竪他 | 111010001011111010111111111001111011011010011010111001011011000110011110111001111010101110101010111001001011101110010110 | e8bebfe7b69ae5b19ee7abaae4bb96 |
UHC | ???竪他 | 00111111001111110011111111100010101101011111011011100010 | 3f3f3fe2b5f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)