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 | ??S???? | 00111111001111110101001100111111001111110011111100111111 | 3f3f533f3f3f3f |
SJIS-WIN | ??S???? | 00111111001111110101001100111111001111110011111100111111 | 3f3f533f3f3f3f |
EUC-JP | ??S???? | 00111111001111110101001100111111001111110011111100111111 | 3f3f533f3f3f3f |
UTF-8 | 렻렎S렺늙뗑렡 | 11101011101000001011101111101011101000001000111001010011111010111010000010111010111010111000101010011001111010111001011110010001111010111010000010100001 | eba0bbeba08e53eba0baeb8a99eb9791eba0a1 |
UHC | 렻렎S렺늙뗑렡 | 10001110110000111000111010100100010100111000111011000010101101001100010010110110110001001000111010110010 | 8ec38ea4538ec2b4c4b6c48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)