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 | 襄」繞サナ | 11100101111101011010001111100011100001011011101111000101 | e5f5a3e385bbc5 |
EUC-JP | 襄」繞サナ | 11101010111101111000111010100011111001011110010110001110101110111000111011000101 | eaf78ea3e5e58ebb8ec5 |
UTF-8 | 襄」繞サナ | 111010001010010110000100111011111011110110100011111001111011100110011110111011111011110110111011111011111011111010000101 | e8a584efbda3e7b99eefbdbbefbe85 |
UHC | 襄?繞?? | 11100101110100010011111111101001101001000011111100111111 | e5d13fe9a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)