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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-WIN | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
EUC-JP | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
UTF-8 | 묮뫖뫒묭뫋몿O | 11101011101011001010111011101011101010111001011011101011101010111001001011101011101011001010110111101011101010111000101111101011101010101011111101001111 | ebacaeebab96ebab92ebacadebab8bebaabf4f |
UHC | 묮뫖뫒묭뫋몿O | 10010010010001011001000110111000100100011011010010010010010001001001000110101101100100011010001101001111 | 924591b891b4924491ad91a34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)