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 | ?]?h}?]?h{^ | 0011111101011101001111110110100001111101001111110101110100111111011010000111101101011110 | 3f5d3f687d3f5d3f687b5e |
SJIS-WIN | ?]?h}?]?h{^ | 0011111101011101001111110110100001111101001111110101110100111111011010000111101101011110 | 3f5d3f687d3f5d3f687b5e |
EUC-JP | ?]?h}?]?h{^ | 0011111101011101001111110110100001111101001111110101110100111111011010000111101101011110 | 3f5d3f687d3f5d3f687b5e |
UTF-8 | 혰]챔h}혰]챔h{^ | 11101101100110001011000001011101111011001011000110010100011010000111110111101101100110001011000001011101111011001011000110010100011010000111101101011110 | ed98b05decb194687ded98b05decb194687b5e |
UHC | 혰]챔h}혰]챔h{^ | 110000101001011101011101110000111010100001101000011111011100001010010111010111011100001110101000011010000111101101011110 | c2975dc3a8687dc2975dc3a8687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)