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 | リ鄂 | 1111001010100001110110001110011110111101 | f2a1d8e7bd |
EUC-JP | ?リ鄂 | 0011111110001110110110001110111010111111 | 3f8ed8eebf |
UTF-8 | リ鄂 | 111011101000011110011000111011111011111010011000111010011000010010000010 | ee8798efbe98e98482 |
UHC | ??鄂 | 00111111001111111110010011000111 | 3f3fe4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)