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 | 壯?ズ? | 100110101110000100111111100000110101100100111111 | 9ae13f83593f |
EUC-JP | 壯?ズ獒 | 1101010011100011001111111010010110111010100011111100101110111011 | d4e33fa5ba8fcbbb |
UTF-8 | 壯밭ズ獒 | 111001011010001110101111111010111011000010101101111000111000001010111010111001111000110110010010 | e5a3afebb0ade382bae78d92 |
UHC | 壯밭ズ獒 | 1110110111100000101110011110011110101011101110101110100010100011 | ede0b9e7abbae8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)