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 | ?u?R}?u?R{^ | 0011111101110101001111110101001001111101001111110111010100111111010100100111101101011110 | 3f753f527d3f753f527b5e |
SJIS-WIN | ?u?R}?u?R{^ | 0011111101110101001111110101001001111101001111110111010100111111010100100111101101011110 | 3f753f527d3f753f527b5e |
EUC-JP | ?u?R}?u?R{^ | 0011111101110101001111110101001001111101001111110111010100111111010100100111101101011110 | 3f753f527d3f753f527b5e |
UTF-8 | 혰u혱R}혰u혱R{^ | 11101101100110001011000001110101111011011001100010110001010100100111110111101101100110001011000001110101111011011001100010110001010100100111101101011110 | ed98b075ed98b1527ded98b075ed98b1527b5e |
UHC | 혰u혱R}혰u혱R{^ | 110000101001011101110101110000101001100001010010011111011100001010010111011101011100001010011000010100100111101101011110 | c29775c298527dc29775c298527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)