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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ?⑨?鼇??] | 001111111000011101001000001111111110101010000111001111110011111101011101 | 3f87483fea873f3f5d |
EUC-JP | ???鼇??] | 0011111100111111001111111111001111100111001111110011111101011101 | 3f3f3ff3e73f3f5d |
UTF-8 | 緣⑨슥鼇뤄쉿] | 11100111101101111010001111100010100100011010100011101100100010101010010111101001101111001000011111101011101001001000010011101100100010011011111101011101 | e7b7a3e291a8ec8aa5e9bc87eba484ec89bf5d |
UHC | 緣⑨슥鼇뤄쉿] | 11100110110111101010100011101111101111011011101111101000101010001011011111101111101111011011001001011101 | e6dea8efbdbbe8a8b7efbdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)