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 | 乗楨ョ | 1000111111100110111110101110100110101110 | 8fe6fae9ae |
EUC-JP | 乗楨ョ | 10111110111010001000111111000100110011001000111010101110 | bee88fc4cc8eae |
UTF-8 | 乗楨ョ | 111001001011100110010111111001101010010110101000111011111011110110101110 | e4b997e6a5a8efbdae |
UHC | ?楨? | 00111111111011111101111100111111 | 3fefdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)