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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜捺愕螳ヲ | 111010001001110110010011111001101001110010110001111001011010111010100110 | e89d93e69cb1e5aea6 |
EUC-JP | 陜捺愕螳ヲ | 11101111111111011100011011101000110110001011001111101010101100001000111010100110 | effdc6e8d8b3eab08ea6 |
UTF-8 | 陜捺愕螳ヲ | 111010011001100110011100111001101000110110111010111001101000010010010101111010001001111010110011111011111011110110100110 | e9999ce68dbae68495e89eb3efbda6 |
UHC | 陜捺愕螳? | 111110011111000011010001111101001110010011000011110100111101100100111111 | f9f0d1f4e4c3d3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)