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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 叩坦辰w | 10010010010000001001001001010010100100100100001101110111 | 92409252924377 |
EUC-JP | 叩坦辰w | 11000011101000011100001110110011110000111010010001110111 | c3a1c3b3c3a477 |
UTF-8 | 叩坦辰w | 11100101100011111010100111100101100111011010011011101000101111101011000001110111 | e58fa9e59da6e8beb077 |
UHC | 叩坦辰w | 11001101101100001111011110100100111100101110001101110111 | cdb0f7a4f2e377 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)