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 | 鱧ç | 11101001101100011010011111100111 | e9b1a7e7 |
SJIS-WIN | ?±§? | 001111111000000101111101100000011001100000111111 | 3f817d81983f |
EUC-JP | 鱧ç | 10001111101010111011000110100001110111101010000111111000100011111010101110101110 | 8fabb1a1dea1f88fabae |
UTF-8 | 鱧ç | 1100001110101001110000101011000111000010101001111100001110100111 | c3a9c2b1c2a7c3a7 |
UHC | ?±§? | 001111111010000110111110101000011101011100111111 | 3fa1bea1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)