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 | ?®??®?^ | 00111111101011100011111100111111101011100011111101011110 | 3fae3f3fae3f5e |
SJIS-WIN | 熱??熱??^ | 100101000100110100111111001111111001010001001101001111110011111101011110 | 944d3f3f944d3f3f5e |
EUC-JP | 熱®?熱®?^ | 11000111101011101000111110100010111011100011111111000111101011101000111110100010111011100011111101011110 | c7ae8fa2ee3fc7ae8fa2ee3f5e |
UTF-8 | 熱®뒼熱®뒼^ | 1110011110000110101100011100001010101110111010111001001010111100111001111000011010110001110000101010111011101011100100101011110001011110 | e786b1c2aeeb92bce786b1c2aeeb92bc5e |
UHC | 熱®뒼熱®뒼^ | 11100110111100001010001011100111100010101011001011100110111100001010001011100111100010101011001001011110 | e6f0a2e78ab2e6f0a2e78ab25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)