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 | 顫ウ贒介貍 | 111010001111101010110011111110111010111110001001111011101110011010111100 | e8fab3fbaf89eee6bc |
EUC-JP | 顫ウ贒介貍 | 1111000011111100100011101011001110001111110111111100001110110010111100001110110010111110 | f0fc8eb38fdfc3b2f0ecbe |
UTF-8 | 顫ウ贒介貍 | 111010011010000110101011111011111011110110110011111010001011010010010010111001001011101110001011111010001011001010001101 | e9a1abefbdb3e8b492e4bb8be8b28d |
UHC | 顫??介? | 11101111101101010011111100111111110010111011111100111111 | efb53f3fcbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)