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 | ??妖?橈跣 | 001111110011111110010111011001000011111110011110111101001110011011101111 | 3f3f97643f9ef4e6ef |
EUC-JP | ??妖?橈跣 | 001111110011111111001101110001010011111111011100111101101110110011110001 | 3f3fcdc53fdcf6ecf1 |
UTF-8 | 뾸了妖뾸橈跣 | 111010111011111010111000111011111010011010111010111001011010011010010110111010111011111010111000111001101010100110001000111010001011011110100011 | ebbeb8efa6bae5a696ebbeb8e6a988e8b7a3 |
UHC | 뾸了妖뾸橈跣 | 100101110111101011101000111001111110100011101101100101110111101011101000111110101110000011010011 | 977ae8e7e8ed977ae8fae0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)