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 | 娶伉? | 1001101101010111100110001100001000111111 | 9b5798c23f |
EUC-JP | 娶伉珌 | 11010101101110001101000011000100100011111100101111101100 | d5b8d0c48fcbec |
UTF-8 | 娶伉珌 | 111001011010100010110110111001001011110010001001111001111000111110001100 | e5a8b6e4bc89e78f8c |
UHC | 娶伉珌 | 111101101010010111111001111100101111100110110011 | f6a5f9f2f9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)