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 | ?程??? | 001111111001001011110110001111110011111100111111 | 3f92f63f3f3f |
EUC-JP | ?程??? | 001111111100010011111000001111110011111100111111 | 3fc4f83f3f3f |
UTF-8 | 렳程렢렿렳 | 111010111010000010110011111001111010100010001011111010111010000010100010111010111010000010111111111010111010000010110011 | eba0b3e7a88beba0a2eba0bfeba0b3 |
UHC | 렳程렢렿렳 | 10001110110000001110111111101111100011101011001110001110110001111000111011000000 | 8ec0efef8eb38ec78ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)