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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?庸?申?^ | 0011111110010111011001100011111110010000010111000011111101011110 | 3f97663f905c3f5e |
EUC-JP | ?庸?申?^ | 0011111111001101110001110011111110111111101111010011111101011110 | 3fcdc73fbfbd3f5e |
UTF-8 | 뤵庸컦申섟^ | 11101011101001001011010111100101101110101011100011101100101110111010011011100111100101001011001111101100100001001001111101011110 | eba4b5e5bab8ecbba6e794b3ec849f5e |
UHC | 뤵庸컦申섟^ | 1000111111100011111010011011110010110000100011111110001111101001101111001011000001011110 | 8fe3e9bcb08fe3e9bcb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)