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 | ?兆?齷? | 00111111100100101001101100111111111010101001100100111111 | 3f929b3fea993f |
EUC-JP | ?兆?齷? | 00111111110000111111101100111111111100111111100100111111 | 3fc3fb3ff3f93f |
UTF-8 | 뤗兆킃齷석 | 111010111010010010010111111001011000010110000110111011011000001010000011111010011011110110110111111011001000010010011101 | eba497e58586ed8283e9bdb7ec849d |
UHC | 뤗兆킃齷석 | 10001111110001111111000010111100101101001000111111100100110010111011110010101110 | 8fc7f0bcb48fe4cbbcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)