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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罍壕叱蕣 | 1110001110100001100011011000100010001110101101101110010011111010 | e3a18d888eb6e4fa |
EUC-JP | 罍壕叱蕣 | 1110011010100011101110011110100010111100101110001110100011111100 | e6a3b9e8bcb8e8fc |
UTF-8 | 罍壕叱蕣 | 111001111011110110001101111001011010001110010101111001011000111110110001111010001001010110100011 | e7bd8de5a395e58fb1e895a3 |
UHC | ?壕叱蕣 | 00111111111110111011110111110010111010101110001011110010 | 3ffbbdf2eae2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)