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 | リ郢 | 11110001111000011101100011100111101110011111001001000010 | f1e1d8e7b9f242 |
EUC-JP | ?リ郢? | 001111111000111011011000111011101011101100111111 | 3f8ed8eebb3f |
UTF-8 | リ郢 | 111011101000010110011100111011111011111010011000111010011000001110100010111011101000010110111010 | ee859cefbe98e983a2ee85ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)