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 | 啼捧蚊 | 100110100110010110010101111110011000100111100001 | 9a6595f989e1 |
EUC-JP | 啼捧蚊 | 110100111100011011001010111110111011001011100011 | d3c6cafbb2e3 |
UTF-8 | 啼捧蚊 | 111001011001010110111100111001101000110110100111111010001001101010001010 | e595bce68da7e89a8a |
UHC | 啼捧蚊 | 111100001010011011011100111010011101101010100101 | f0a6dce9daa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)