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 | 犖賚 | 111000001011011011100110110011011111001110111110 | e0b6e6cdf3be |
EUC-JP | 犖賚? | 1110000010111000111011001100111100111111 | e0b8eccf3f |
UTF-8 | 犖賚 | 111001111000101010010110111010001011001110011010111011101000101010110001 | e78a96e8b39aee8ab1 |
UHC | ?賚? | 00111111110101101111001000111111 | 3fd6f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)