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 | 、闔サハ霽 | 111100001011010010100100111010001000111010111011110010101110100011000111 | f0b4a4e88ebbcae8c7 |
EUC-JP | ?、闔サハ霽 | 0011111110001110101001001110111111101110100011101011101110001110110010101111000011001001 | 3f8ea4efee8ebb8ecaf0c9 |
UTF-8 | 、闔サハ霽 | 111011101000000110110011111011111011110110100100111010011001011110010100111011111011110110111011111011111011111010001010111010011001110010111101 | ee81b3efbda4e99794efbdbbefbe8ae99cbd |
UHC | ??闔??霽 | 0011111100111111111110011110111100111111001111111111000010111000 | 3f3ff9ef3f3ff0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)