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 | 疾汐ⅲシャ | 1000111010111110100011101010110011111010010000101011110010101100 | 8ebe8eacfa42bcac |
EUC-JP | 疾汐?シャ | 101111001100000010111100101011100011111110001110101111001000111010101100 | bcc0bcae3f8ebc8eac |
UTF-8 | 疾汐ⅲシャ | 111001111001011010111110111001101011000110010000111000101000010110110010111011111011110110111100111011111011110110101100 | e796bee6b190e285b2efbdbcefbdac |
UHC | 疾汐ⅲ?? | 1111001011110000111000001011000110100101101000110011111100111111 | f2f0e0b1a5a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)