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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ?冀??G | 001111111001100101100010001111110011111101000111 | 3f99623f3f47 |
EUC-JP | ?冀??G | 001111111101000111000011001111110011111101000111 | 3fd1c33f3f47 |
UTF-8 | 凜冀凜돕G | 11101111101001011001010011100101100001101000000011101111101001011001010011101011100011111001010101000111 | efa594e58680efa594eb8f9547 |
UHC | 凜冀凜돕G | 110100101111001011010000111011011101001011110010101101011011110101000111 | d2f2d0edd2f2b5bd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)