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 | Dµ»SC¸ | 1001001001000100100100011011010110010001101110110101001110010010010000111001000110111000 | 924491b591bb53924391b8 |
SJIS-WIN | ?D????S?C?? | 0011111101000100001111110011111100111111001111110101001100111111010000110011111100111111 | 3f443f3f3f3f533f433f3f |
EUC-JP | ?D????S?C?¸ | 00111111010001000011111100111111001111110011111101010011001111110100001100111111100011111010001010110001 | 3f443f3f3f3f533f433f8fa2b1 |
UTF-8 | Dµ»SC¸ | 11000010100100100100010011000010100100011100001010110101110000101001000111000010101110110101001111000010100100100100001111000010100100011100001010111000 | c29244c291c2b5c291c2bb53c29243c291c2b8 |
UHC | ?D????S?C?¸ | 001111110100010000111111001111110011111100111111010100110011111101000011001111111010001010101100 | 3f443f3f3f3f533f433fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)