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 | ???I?| | 001111110011111100111111010010010011111101111100 | 3f3f3f493f7c |
SJIS-WIN | ???I?| | 001111110011111100111111010010010011111101111100 | 3f3f3f493f7c |
EUC-JP | ???I?| | 001111110011111100111111010010010011111101111100 | 3f3f3f493f7c |
UTF-8 | 혯혞창I챗| | 1110110110011000101011111110110110011000100111101110110010110000101111010100100111101100101100011001011101111100 | ed98afed989eecb0bd49ecb1977c |
UHC | 혯혞창I챗| | 11000010100101101100001010001000110000111010001001001001110000111010101001111100 | c296c288c3a249c3aa7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)