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 | 淫舍? | 1000100011111010111001000111000100111111 | 88fae4713f |
EUC-JP | 淫舍? | 1011000011111100111001111101001000111111 | b0fce7d23f |
UTF-8 | 淫舍렢 | 111001101011011110101011111010001000100010001101111010111010000010100010 | e6b7abe8888deba0a2 |
UHC | 淫舍렢 | 111010111110001011011110111011001000111010110011 | ebe2deec8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)