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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??堤??B | 00111111001111111001001011100111001111110011111101000010 | 3f3f92e73f3f42 |
EUC-JP | ??堤??B | 00111111001111111100010011101001001111110011111101000010 | 3f3fc4e93f3f42 |
UTF-8 | 셈석堤렯說B | 11101100100001011000100011101100100001001001110111100101101000001010010011101011101000001010111111101111101001011010111101000010 | ec8588ec849de5a0a4eba0afefa5af42 |
UHC | 셈석堤렯說B | 1011110011000000101111001010111011110000101001111000111010111100111000011010110101000010 | bcc0bcaef0a78ebce1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)