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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??恂衙??^ | 001111110011111110011100100101101110010111001001001111110011111101011110 | 3f3f9c96e5c93f3f5e |
EUC-JP | ??恂衙??^ | 001111110011111111010111111101101110101011001011001111110011111101011110 | 3f3fd7f6eacb3f3f5e |
UTF-8 | 롍렊恂衙롍렫^ | 11101011101000011000110111101011101000001000101011100110100000011000001011101000101000011001100111101011101000011000110111101011101000001010101101011110 | eba18deba08ae68182e8a199eba18deba0ab5e |
UHC | 롍렊恂衙롍렫^ | 10001110110100111000111010100001111000101110000111100100101101111000111011010011100011101011100101011110 | 8ed38ea1e2e1e4b78ed38eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)