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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鰲リ鈐 | 1110100111100000110110001111101111000010 | e9e0d8fbc2 |
EUC-JP | 鰲リ鈐 | 11110010111000101000111011011000100011111110001111000001 | f2e28ed88fe3c1 |
UTF-8 | 鰲リ鈐 | 111010011011000010110010111011111011111010011000111010011000100010010000 | e9b0b2efbe98e98890 |
UHC | 鰲?鈐 | 1110100010100111001111111100110010100010 | e8a73fcca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)