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 | ⅳ嫉ー齊ョ | 11111010010000111000111010111001111100101010100110110000111010101000111010101110 | fa438eb9f2a9b0ea8eae |
EUC-JP | ?嫉?ー齊ョ | 00111111101111001011101100111111100011101011000011110011111011101000111010101110 | 3fbcbb3f8eb0f3ee8eae |
UTF-8 | ⅳ嫉ー齊ョ | 111000101000010110110011111001011010101110001001111011101000011110100000111011111011110110110000111010011011110110001010111011111011110110101110 | e285b3e5ab89ee87a0efbdb0e9bd8aefbdae |
UHC | ⅳ嫉??齊? | 101001011010010011110010111011000011111100111111111100001011101000111111 | a5a4f2ec3f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)