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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?唇尊? | 001111111001000001001111100100011011100000111111 | 3f904f91b83f |
EUC-JP | ?唇尊? | 001111111011111110110000110000101011101000111111 | 3fbfb0c2ba3f |
UTF-8 | 알唇尊렢 | 111011001001010110001100111001011001010010000111111001011011000010001010111010111010000010100010 | ec958ce59487e5b08aeba0a2 |
UHC | 알唇尊렢 | 1011111011001011111100101100011011110000111011101000111010110011 | becbf2c6f0ee8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)