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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 씌렣롚롕뤒쪔 | 111011001001010010001100111010111010000010100011111010111010000110011010111010111010000110010101111010111010010010010010111011001010101010010100 | ec948ceba0a3eba19aeba195eba492ecaa94 |
UHC | 씌렣롚롕뤒쪔 | 101111101011101010001110101101001000111011011110100011101101100110001111110000101010010110001110 | beba8eb48ede8ed98fc2a58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)