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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 胄逸就W | 11100011111100101000100011101101100011110100000101010111 | e3f288ed8f4157 |
EUC-JP | 胄逸就W | 11100110111101001011000011101111101111011010001001010111 | e6f4b0efbda257 |
UTF-8 | 胄逸就W | 11101000100000111000010011101001100000001011100011100101101100001011000101010111 | e88384e980b8e5b0b157 |
UHC | 胄逸就W | 11110001101100001110110011101111111101101010011001010111 | f1b0eceff6a657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)