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 | エ餧 | 1111001010111111101101001111101111111000 | f2bfb4fbf8 |
EUC-JP | ?エ餧 | 001111111000111010110100100011111110100011011101 | 3f8eb48fe8dd |
UTF-8 | エ餧 | 111011101000011110110110111011111011110110110100111010011010010010100111 | ee87b6efbdb4e9a4a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)