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 | 衣??昉] | 10001000110111110011111100111111111110101101000101011101 | 88df3f3ffad15d |
EUC-JP | 衣??昉] | 1011000011100001001111110011111110001111110000011111100001011101 | b0e13f3f8fc1f85d |
UTF-8 | 衣쭹렠昉] | 11101000101000011010001111101100101011011011100111101011101000001010000011100110100110001000100101011101 | e8a1a3ecadb9eba0a0e698895d |
UHC | 衣쭹렠昉] | 111010111111110111000010111001111000111010110001110110111011001001011101 | ebfdc2e78eb1dbb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)