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 | ?????@\ | 00111111001111110011111100111111001111110100000001011100 | 3f3f3f3f3f405c |
SJIS-WIN | ??濯??@\ | 0011111100111111100100011111001100111111001111110100000001011100 | 3f3f91f33f3f405c |
EUC-JP | ??濯?堉@\ | 00111111001111111100001011110101001111111000111110110111111111010100000001011100 | 3f3fc2f53f8fb7fd405c |
UTF-8 | 룶뇟濯룫堉@\ | 1110101110100011101101101110101110000111100111111110011010111111101011111110101110100011101010111110010110100000100010010100000001011100 | eba3b6eb879fe6bfafeba3abe5a089405c |
UHC | 룶뇟濯룫堉@\ | 100011111010101110110100101000011111011011111011100011111010001011101011101111000100000001011100 | 8fabb4a1f6fb8fa2ebbc405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)