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 | ??¡ | 001111110011111110100001 | 3f3fa1 |
SJIS-WIN | 伊葛? | 1000100011001001100010101000101100111111 | 88c98a8b3f |
EUC-JP | 伊葛¡ | 10110000110010111011001111101011100011111010001011000010 | b0cbb3eb8fa2c2 |
UTF-8 | 伊葛¡ | 1110010010111100100010101110100010010001100110111100001010100001 | e4bc8ae8919bc2a1 |
UHC | 伊葛¡ | 111011001010010111001010111001111010001010101110 | eca5cae7a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)