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 | ?s???s??^ | 001111110111001100111111001111110011111101110011001111110011111101011110 | 3f733f3f3f733f3f5e |
SJIS-WIN | ?s???s??^ | 001111110111001100111111001111110011111101110011001111110011111101011110 | 3f733f3f3f733f3f5e |
EUC-JP | ?s???s??^ | 001111110111001100111111001111110011111101110011001111110011111101011110 | 3f733f3f3f733f3f5e |
UTF-8 | 혰s찾혞혰s찾혞^ | 111011011001100010110000011100111110110010110000101111101110110110011000100111101110110110011000101100000111001111101100101100001011111011101101100110001001111001011110 | ed98b073ecb0beed989eed98b073ecb0beed989e5e |
UHC | 혰s찾혞혰s찾혞^ | 110000101001011101110011110000111010001111000010100010001100001010010111011100111100001110100011110000101000100001011110 | c29773c3a3c288c29773c3a3c2885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)