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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娶伉戰尅 | 1001101101010111100110001100001010011101010001001001101110010001 | 9b5798c29d449b91 |
EUC-JP | 娶伉戰尅 | 1101010110111000110100001100010011011001101001011101010111110001 | d5b8d0c4d9a5d5f1 |
UTF-8 | 娶伉戰尅 | 111001011010100010110110111001001011110010001001111001101000100010110000111001011011000010000101 | e5a8b6e4bc89e688b0e5b085 |
UHC | 娶伉戰? | 11110110101001011111100111110010111011101111101000111111 | f6a5f9f2eefa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)