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 | ??σ? | 0011111100111111100000111101000000111111 | 3f3f83d03f |
EUC-JP | ?寗σ堉 | 001111111000111110111010111000001010011011010010100011111011011111111101 | 3f8fbae0a6d28fb7fd |
UTF-8 | 뤶寗σ堉 | 1110101110100100101101101110010110101111100101111100111110000011111001011010000010001001 | eba4b6e5af97cf83e5a089 |
UHC | 뤶寗σ堉 | 1000111111100100110100101011110010100101111100101110101110111100 | 8fe4d2bca5f2ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)