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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 「螢苡ケッ | 111100001010100010100010111001011010001111100100100011111011100110101111 | f0a8a2e5a3e48fb9af |
EUC-JP | ?「螢苡ケッ | 0011111110001110101000101110101010100101111001111110111110001110101110011000111010101111 | 3f8ea2eaa5e7ef8eb98eaf |
UTF-8 | 「螢苡ケッ | 111011101000000110100111111011111011110110100010111010001001111010100010111010001000101110100001111011111011110110111001111011111011110110101111 | ee81a7efbda2e89ea2e88ba1efbdb9efbdaf |
UHC | ??螢苡?? | 0011111100111111111110111010101111101100101111100011111100111111 | 3f3ffbabecbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)