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 | 莟削繍茘 | 1110010010101111100011011110110110001111010010101110010010101011 | e4af8ded8f4ae4ab |
EUC-JP | 莟削繍茘 | 1110100010110001101110101110111110111101101010111110100010101101 | e8b1baefbdabe8ad |
UTF-8 | 莟削繍茘 | 111010001000111010011111111001011000100110001010111001111011100110001101111010001000110010011000 | e88e9fe5898ae7b98de88c98 |
UHC | ?削?? | 0011111111011110111110110011111100111111 | 3fdefb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)