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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?顆?顆^ | 00111111111010001111011100111111111010001111011101011110 | 3fe8f73fe8f75e |
EUC-JP | ?顆?顆^ | 00111111111100001111100100111111111100001111100101011110 | 3ff0f93ff0f95e |
UTF-8 | 쇄顆쇄顆^ | 11101100100001111000010011101001101000011000011011101100100001111000010011101001101000011000011001011110 | ec8784e9a186ec8784e9a1865e |
UHC | 쇄顆쇄顆^ | 101111001110001011001110101010001011110011100010110011101010100001011110 | bce2cea8bce2cea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)