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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諸?l旭? | 1000111110010100001111111000001010001100100010001010111000111111 | 8f943f828c88ae3f |
EUC-JP | 諸?l旭? | 1011110111110100001111111010001111101100101100001011000000111111 | bdf43fa3ecb0b03f |
UTF-8 | 諸겼l旭렢 | 111010001010101110111000111010101011001010111100111011111011110110001100111001101001011110101101111010111010000010100010 | e8abb8eab2bcefbd8ce697adeba0a2 |
UHC | 諸겼l旭렢 | 11110000101100111011000011100101101000111110110011101001111011111000111010110011 | f0b3b0e5a3ece9ef8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)