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 | 寬室鴣 | 111110101010101010001110101110101110100111110011 | faaa8ebae9f3 |
EUC-JP | ?室鴣 | 0011111110111100101111001111001011110101 | 3fbcbcf2f5 |
UTF-8 | 寬室鴣 | 111001011010111110101100111001011010111010100100111010011011010010100011 | e5aface5aea4e9b4a3 |
UHC | 寬室? | 1100111010110000111000111111100000111111 | ceb0e3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)