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 | 闡ッ蜑ー迪ョ | 111010001001000110101111111001011000100110110000111001111000110010101110 | e891afe589b0e78cae |
EUC-JP | 闡ッ蜑ー迪ョ | 111011111111000110001110101011111110100111101001100011101011000011101101111011001000111010101110 | eff18eafe9e98eb0edec8eae |
UTF-8 | 闡ッ蜑ー迪ョ | 111010011001011110100001111011111011110110101111111010001001110010010001111011111011110110110000111010001011111110101010111011111011110110101110 | e997a1efbdafe89c91efbdb0e8bfaaefbdae |
UHC | 闡???迪? | 1111010011000101001111110011111100111111111011101110100000111111 | f4c53f3f3feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)