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 | 写室渉 | 100011101100101010001110101110101000111111000010 | 8eca8eba8fc2 |
EUC-JP | 写室渉 | 101111001100110010111100101111001011111011000100 | bcccbcbcbec4 |
UTF-8 | 写室渉 | 111001011000011010011001111001011010111010100100111001101011100010001001 | e58699e5aea4e6b889 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)