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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 賃?吟?? | 10010010110000000011111110001011111000010011111100111111 | 92c03f8be13f3f |
EUC-JP | 賃?吟?? | 11000100110000100011111110110110111000110011111100111111 | c4c23fb6e33f3f |
UTF-8 | 賃렩吟당렱 | 111010001011001110000011111010111010000010101001111001011001000010011111111010111000101110111001111010111010000010110001 | e8b383eba0a9e5909feb8bb9eba0b1 |
UHC | 賃렩吟당렱 | 11101100111111001000111010110111111010111110000110110100111001111000111010111110 | ecfc8eb7ebe1b4e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)