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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ニ敎ケッ | 111100011111110011000110111110101100110111110110100011111011100110101111 | f1fcc6facdf68fb9af |
EUC-JP | ?ニ??ケッ | 001111111000111011000110001111110011111110001110101110011000111010101111 | 3f8ec63f3f8eb98eaf |
UTF-8 | ニ敎ケッ | 111011101000010110110111111011111011111010000110111001101001010110001110111011101001001010110110111011111011110110111001111011111011110110101111 | ee85b7efbe86e6958eee92b6efbdb9efbdaf |
UHC | ??敎??? | 00111111001111111100111011100111001111110011111100111111 | 3f3fcee73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)