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 | 「螢苡コ | 1111000010101000101000101110010110100011111001001000111110111010 | f0a8a2e5a3e48fba |
EUC-JP | ?「螢苡コ | 001111111000111010100010111010101010010111100111111011111000111010111010 | 3f8ea2eaa5e7ef8eba |
UTF-8 | 「螢苡コ | 111011101000000110100111111011111011110110100010111010001001111010100010111010001000101110100001111011111011110110111010 | ee81a7efbda2e89ea2e88ba1efbdba |
UHC | ??螢苡? | 00111111001111111111101110101011111011001011111000111111 | 3f3ffbabecbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)