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 | 鮑梦スッ?豎 | 111010011011100010011010111010111011110110101111001111111110011010110001 | e9b89aebbdaf3fe6b1 |
EUC-JP | 鮑梦スッ宼豎 | 11110010101110101101010011101101100011101011110110001110101011111000111110111010110110101110110010110011 | f2bad4ed8ebd8eaf8fbadaecb3 |
UTF-8 | 鮑梦スッ宼豎 | 111010011010111010010001111001101010001010100110111011111011110110111101111011111011110110101111111001011010111010111100111010001011000110001110 | e9ae91e6a2a6efbdbdefbdafe5aebce8b18e |
UHC | 鮑????? | 11111000111010100011111100111111001111110011111100111111 | f8ea3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)