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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 棚臓促族] | 100100100100100110010001100111111001000110100011100100011011000001011101 | 9249919f91a391b05d |
EUC-JP | 棚臓促族] | 110000111010101011000010101000011100001010100101110000101011001001011101 | c3aac2a1c2a5c2b25d |
UTF-8 | 棚臓促族] | 11100110101000111001101011101000100001111001001111100100101111111000001111100110100101111000111101011101 | e6a39ae88793e4bf83e6978f5d |
UHC | 棚?促族] | 1101110111011100001111111111010110110101111100001110100101011101 | dddc3ff5b5f0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)