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 | 鮑梦スョ奣 | 1110100110111000100110101110101110111101101011101111101010100011 | e9b89aebbdaefaa3 |
EUC-JP | 鮑梦スョ奣 | 1111001010111010110101001110110110001110101111011000111010101110100011111011100011111100 | f2bad4ed8ebd8eae8fb8fc |
UTF-8 | 鮑梦スョ奣 | 111010011010111010010001111001101010001010100110111011111011110110111101111011111011110110101110111001011010010110100011 | e9ae91e6a2a6efbdbdefbdaee5a5a3 |
UHC | 鮑???? | 111110001110101000111111001111110011111100111111 | f8ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)