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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ???熱?? | 00111111001111110011111110010100010011010011111100111111 | 3f3f3f944d3f3f |
EUC-JP | ???熱®? | 001111110011111100111111110001111010111010001111101000101110111000111111 | 3f3f3fc7ae8fa2ee3f |
UTF-8 | 劣롧뙑熱®뜷 | 1110111110100110100111011110101110100001101001111110101110011001100100011110011110000110101100011100001010101110111010111001110010110111 | efa69deba1a7eb9991e786b1c2aeeb9cb7 |
UHC | 劣롧뙑熱®뜷 | 111001101110101110001110111001111000110010010110111001101111000010100010111001111000110110110101 | e6eb8ee78c96e6f0a2e78db5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)