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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 窪翹? | 1000110001000101111000111100100100111111 | 8c45e3c93f |
EUC-JP | 窪翹? | 1011011110100110111001101100101100111111 | b7a6e6cb3f |
UTF-8 | 窪翹꺽 | 111001111010101010101010111001111011111110111001111010101011101010111101 | e7aaaae7bfb9eababd |
UHC | 窪翹꺽 | 111010001100000111001110111011101011001010101001 | e8c1ceeeb2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)