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 | 蜃駆沫魍隠 | 11100101100001111000101111101100100101101001011111101001101100011000100101000010 | e5878bec9697e9b18942 |
EUC-JP | 蜃駆沫魍隠 | 11101001111001111011011011101110110010111111011111110010101100111011000110100011 | e9e7b6eecbf7f2b3b1a3 |
UTF-8 | 蜃駆沫魍隠 | 111010001001110010000011111010011010011110000110111001101011001010101011111010011010110110001101111010011001101010100000 | e89c83e9a786e6b2abe9ad8de99aa0 |
UHC | 蜃?沫?? | 11100011111100010011111111011000110010000011111100111111 | e3f13fd8c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)