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 | 稍棊蒹 | 111000100110001110011110100101111110010011100011 | e2639e97e4e3 |
EUC-JP | 稍棊蒹 | 111000111100010011011011111101111110100011100101 | e3c4dbf7e8e5 |
UTF-8 | 稍棊蒹 | 111001111010100010001101111001101010001110001010111010001001001010111001 | e7a88de6a38ae892b9 |
UHC | 稍?? | 11110101101010100011111100111111 | f5aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)