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 | 銧酌軸 | 111110111100110010001110110111101000111010110010 | fbcc8ede8eb2 |
EUC-JP | 銧酌軸 | 10001111111001001010011010111100111000001011110010110100 | 8fe4a6bce0bcb4 |
UTF-8 | 銧酌軸 | 111010011000101010100111111010011000010110001100111010001011101110111000 | e98aa7e9858ce8bbb8 |
UHC | ?酌軸 | 0011111111101101110011001111010111101110 | 3fedccf5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)