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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鱆鴟ムキ | 111010011110000111101001111101001101000110110111 | e9e1e9f4d1b7 |
EUC-JP | 鱆鴟ムキ | 1111001011100011111100101111011010001110110100011000111010110111 | f2e3f2f68ed18eb7 |
UTF-8 | 鱆鴟ムキ | 111010011011000110000110111010011011010010011111111011111011111010010001111011111011110110110111 | e9b186e9b49fefbe91efbdb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)