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 | 鱧ç£~ | 11101001101100011010011111100111101000111000000101111110 | e9b1a7e7a3817e |
SJIS-WIN | ?±§?£?~ | 00111111100000010111110110000001100110000011111110000001100100100011111101111110 | 3f817d81983f81923f7e |
EUC-JP | 鱧�~ | 1000111110101011101100011010000111011110101000011111100010001111101010111010111010100001111100100011111101111110 | 8fabb1a1dea1f88fabaea1f23f7e |
UTF-8 | 鱧ç£~ | 11000011101010011100001010110001110000101010011111000011101001111100001010100011110000101000000101111110 | c3a9c2b1c2a7c3a7c2a3c2817e |
UHC | ?±§???~ | 001111111010000110111110101000011101011100111111001111110011111101111110 | 3fa1bea1d73f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)