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 | ??????u | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
SJIS-WIN | 幄?????u | 1001101111101000001111110011111100111111001111110011111101110101 | 9be83f3f3f3f3f75 |
EUC-JP | 幄?????u | 1101011011101010001111110011111100111111001111110011111101110101 | d6ea3f3f3f3f3f75 |
UTF-8 | 幄먨윬섲왃멊u | 11100101101110011000010011101011101010001010100011101100100111001010110011101100100001001011001011101100100110011000001111101011101010011000101001110101 | e5b984eba8a8ec9cacec84b2ec9983eba98a75 |
UHC | 幄먨윬섲왃멊u | 11100100110000011001000011100101100111111010101110011001010000011001111010110110100100010100001001110101 | e4c190e59fab99419eb6914275 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)