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 | 嫉ー齊ョ | 11111001101000011000111010111001111100101010100110110000111010101000111010101110 | f9a18eb9f2a9b0ea8eae |
EUC-JP | ?嫉?ー齊ョ | 00111111101111001011101100111111100011101011000011110011111011101000111010101110 | 3fbcbb3f8eb0f3ee8eae |
UTF-8 | 嫉ー齊ョ | 111011101001101110111100111001011010101110001001111011101000011110100000111011111011110110110000111010011011110110001010111011111011110110101110 | ee9bbce5ab89ee87a0efbdb0e9bd8aefbdae |
UHC | ?嫉??齊? | 0011111111110010111011000011111100111111111100001011101000111111 | 3ff2ec3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)