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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠎倣撕遐ャ | 111001011011101010010101111011011001110110011001111001111010000010101100 | e5ba95ed9d99e7a0ac |
EUC-JP | 蠎倣撕遐ャ | 11101010101111001100101011101111110110011111100111101110101000101000111010101100 | eabccaefd9f9eea28eac |
UTF-8 | 蠎倣撕遐ャ | 111010001010000010001110111001011000000010100011111001101001001010010101111010011000000110010000111011111011110110101100 | e8a08ee580a3e69295e98190efbdac |
UHC | ?倣?遐? | 00111111110110111010011100111111111110011100011000111111 | 3fdba73ff9c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)