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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??凋?^ | 001111110011111110010010100111000011111101011110 | 3f3f929c3f5e |
EUC-JP | ??凋?^ | 001111110011111111000011111111000011111101011110 | 3f3fc3fc3f5e |
UTF-8 | 罹렯凋렪^ | 11101111101001111010011011101011101000001010111111100101100001111000101111101011101000001010101001011110 | efa7a6eba0afe5878beba0aa5e |
UHC | 罹렯凋렪^ | 111011001011101010001110101111001111000010111101100011101011100001011110 | ecba8ebcf0bd8eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)