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 | ??K? | 00111111001111110100101100111111 | 3f3f4b3f |
SJIS-WIN | 蜩コK髻 | 111001011001001110111010010010111110100110011111 | e593ba4be99f |
EUC-JP | 蜩コK髻 | 11101001111100111000111010111010010010111111001010100001 | e9f38eba4bf2a1 |
UTF-8 | 蜩コK髻 | 11101000100111001010100111101111101111011011101001001011111010011010101110111011 | e89ca9efbdba4be9abbb |
UHC | ??K? | 00111111001111110100101100111111 | 3f3f4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)