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 | 贖¥什 | 111001101101110010000001100011111000111101011001 | e6dc818f8f59 |
EUC-JP | 贖¥什 | 111011001101111010100001111011111011110110111010 | ecdea1efbdba |
UTF-8 | 贖¥什 | 111010001011010010010110111011111011111110100101111001001011101110000000 | e8b496efbfa5e4bb80 |
UHC | 贖¥什 | 111000011101101110100001110011011110010010100111 | e1dba1cde4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)