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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 支?h支? | 10001110011110000011111101101000100011100111100000111111 | 8e783f688e783f |
EUC-JP | 支?h支? | 10111011110110010011111101101000101110111101100100111111 | bbd93f68bbd93f |
UTF-8 | 支렜h支렜 | 11100110100101001010111111101011101000001001110001101000111001101001010010101111111010111010000010011100 | e694afeba09c68e694afeba09c |
UHC | 支렜h支렜 | 111100101010100010001110101011100110100011110010101010001000111010101110 | f2a88eae68f2a88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)