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 | 畛虹當 | 111000010101101010010011111110001110000101100011 | e15a93f8e163 |
EUC-JP | 畛虹當 | 111000011011101111000110111110101110000111000100 | e1bbc6fae1c4 |
UTF-8 | 畛虹當 | 111001111001010110011011111010001001100110111001111001111001010110110110 | e7959be899b9e795b6 |
UHC | 畛虹當 | 111100101101010111111011111101101101001111010111 | f2d5fbf6d3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)