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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蕁逸秀芫恰 | 11100101010000001000100011101101100011110100011111100100100010111000101010000110 | e54088ed8f47e48b8a86 |
EUC-JP | 蕁逸秀芫恰 | 11101001101000011011000011101111101111011010100011100111111010111011001111100110 | e9a1b0efbda8e7ebb3e6 |
UTF-8 | 蕁逸秀芫恰 | 111010001001010110000001111010011000000010111000111001111010011110000000111010001000101010101011111001101000000110110000 | e89581e980b8e7a780e88aabe681b0 |
UHC | 蕁逸秀?恰 | 110100111100011011101100111011111110001010110011001111111111110111100110 | d3c6ecefe2b33ffde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)