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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟠ァ閠敬蟠ァ | 11100101101101001010011111101000100000001000110001101000111001011011010010100111 | e5b4a7e8808c68e5b4a7 |
EUC-JP | 蟠ァ閠敬蟠ァ | 111010101011011010001110101001111110111111100000101101111100100111101010101101101000111010100111 | eab68ea7efe0b7c9eab68ea7 |
UTF-8 | 蟠ァ閠敬蟠ァ | 111010001001111110100000111011111011110110100111111010011001011010100000111001101001010110101100111010001001111110100000111011111011110110100111 | e89fa0efbda7e996a0e695ace89fa0efbda7 |
UHC | 蟠??敬蟠? | 110110101111011000111111001111111100110011010111110110101111011000111111 | daf63f3fccd7daf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)