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 | 鮑梦スッ?豺 | 111010011011100010011010111010111011110110101111001111111110011010110111 | e9b89aebbdaf3fe6b7 |
EUC-JP | 鮑梦スッ宼豺 | 11110010101110101101010011101101100011101011110110001110101011111000111110111010110110101110110010111001 | f2bad4ed8ebd8eaf8fbadaecb9 |
UTF-8 | 鮑梦スッ宼豺 | 111010011010111010010001111001101010001010100110111011111011110110111101111011111011110110101111111001011010111010111100111010001011000110111010 | e9ae91e6a2a6efbdbdefbdafe5aebce8b1ba |
UHC | 鮑????豺 | 1111100011101010001111110011111100111111001111111110001111001111 | f8ea3f3f3f3fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)