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??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
SJIS-WIN | ??S??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
EUC-JP | ??S??? | 001111110011111101010011001111110011111100111111 | 3f3f533f3f3f |
UTF-8 | 렻렮S렺씽렜 | 11101011101000001011101111101011101000001010111001010011111010111010000010111010111011001001010010111101111010111010000010011100 | eba0bbeba0ae53eba0baec94bdeba09c |
UHC | 렻렮S렺씽렜 | 1000111011000011100011101011101101010011100011101100001010111110110001011000111010101110 | 8ec38ebb538ec2bec58eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)