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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毬鞦咫痞 | 1001111101111011111010001110000110011010010000001110000101111100 | 9f7be8e19a40e17c |
EUC-JP | 毬鞦咫痞 | 1101110111011100111100001110001111010011101000011110000111011101 | dddcf0e3d3a1e1dd |
UTF-8 | 毬鞦咫痞 | 111001101010111110101100111010011001111010100110111001011001001010101011111001111001011110011110 | e6aface99ea6e592abe7979e |
UHC | 毬?咫? | 110011111011001100111111111100101010000100111111 | cfb33ff2a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)