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 | ??P????B | 0011111100111111010100000011111100111111001111110011111101000010 | 3f3f503f3f3f3f42 |
SJIS-WIN | ??P????B | 0011111100111111010100000011111100111111001111110011111101000010 | 3f3f503f3f3f3f42 |
EUC-JP | ??P????B | 0011111100111111010100000011111100111111001111110011111101000010 | 3f3f503f3f3f3f42 |
UTF-8 | 셔섹P셔렺렼섞B | 1110110010000101100101001110110010000100101110010101000011101100100001011001010011101011101000001011101011101011101000001011110011101100100001001001111001000010 | ec8594ec84b950ec8594eba0baeba0bcec849e42 |
UHC | 셔섹P셔렺렼섞B | 1011110011000101101111001011110101010000101111001100010110001110110000101000111011000100101111001010111101000010 | bcc5bcbd50bcc58ec28ec4bcaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)