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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莊h沓^ | 11100100101101011000001010001000100011000100001001011110 | e4b582888c425e |
EUC-JP | 莊h沓^ | 11101000101101111010001111101000101101111010001101011110 | e8b7a3e8b7a35e |
UTF-8 | 莊h沓^ | 11101000100011101000101011101111101111011000100011100110101100101001001101011110 | e88e8aefbd88e6b2935e |
UHC | 莊h沓^ | 11101101111101101010001111101000110100111100101101011110 | edf6a3e8d3cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)