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 | 莨件習菴 | 1110010010111100100011001000111110001111010010111110010010111101 | e4bc8c8f8f4be4bd |
EUC-JP | 莨件習菴 | 1110100010111110101101111110111110111101101011001110100010111111 | e8beb7efbdace8bf |
UTF-8 | 莨件習菴 | 111010001000111010101000111001001011101110110110111001111011111110010010111010001000111110110100 | e88ea8e4bbb6e7bf92e88fb4 |
UHC | ?件習菴 | 00111111110010111110110011100011101001111110010011100000 | 3fcbece3a7e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)