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 | 篠靆辞 | 1111001011100010100011101100001011101000110010101000111010101011 | f2e28ec2e8ca8eab |
EUC-JP | ?篠靆辞 | 00111111101111001100010011110000110011001011110010101101 | 3fbcc4f0ccbcad |
UTF-8 | 篠靆辞 | 111011101000100010011001111001111010111110100000111010011001110110000110111010001011111010011110 | ee8899e7afa0e99d86e8be9e |
UHC | ?篠?? | 0011111111100001110001100011111100111111 | 3fe1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)