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 | 辿~ | 11101000101111101011111101111110 | e8bebf7e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | è?¿~ | 1000111110101011101100100011111110001111101000101100010001111110 | 8fabb23f8fa2c47e |
UTF-8 | 辿~ | 11000011101010001100001010111110110000101011111101111110 | c3a8c2bec2bf7e |
UHC | ?¾¿~ | 001111111010100011111010101000101010111101111110 | 3fa8faa2af7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)