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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??ビ?芸\ | 0011111100111111100000110111001000111111100011000111110001011100 | 3f3f83723f8c7c5c |
EUC-JP | ??ビ?芸\ | 0011111100111111101001011101001100111111101101111101110101011100 | 3f3fa5d33fb7dd5c |
UTF-8 | 룶핊ビ룫芸\ | 11101011101000111011011011101101100101011000101011100011100000111001001111101011101000111010101111101000100010101011100001011100 | eba3b6ed958ae38393eba3abe88ab85c |
UHC | 룶핊ビ룫芸\ | 1000111110101011110000001000111110101011110100111000111110100010111010011111110101011100 | 8fabc08fabd38fa2e9fd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)