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 | 驫ケ蜈定イッ | 111010011000101010111001111001011000010110010010111010001011001010101111 | e98ab9e58592e8b2af |
EUC-JP | 驫ケ蜈定イッ | 111100011110101010001110101110011110100111100101110001001110101010001110101100101000111010101111 | f1ea8eb9e9e5c4ea8eb28eaf |
UTF-8 | 驫ケ蜈定イッ | 111010011010100110101011111011111011110110111001111010001001110010001000111001011010111010011010111011111011110110110010111011111011110110101111 | e9a9abefbdb9e89c88e5ae9aefbdb2efbdaf |
UHC | ??蜈定?? | 0011111100111111111010001010010111101111110100100011111100111111 | 3f3fe8a5efd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)