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 | 剪篩犢 | 100110011001001011100010101111111110000010110111 | 9992e2bfe0b7 |
EUC-JP | 剪篩犢 | 110100011111001011100100110000011110000010111001 | d1f2e4c1e0b9 |
UTF-8 | 剪篩犢 | 111001011000100110101010111001111010111110101001111001111000101010100010 | e589aae7afa9e78aa2 |
UHC | 剪篩犢 | 111011101111001011011110111010001101010010111011 | eef2dee8d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)