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 | ?幼??? | 001111111001011101100011001111110011111100111111 | 3f97633f3f3f |
EUC-JP | ?幼??? | 001111111100110111000100001111110011111100111111 | 3fcdc43f3f3f |
UTF-8 | 롎幼렺렊롅 | 111010111010000110001110111001011011100110111100111010111010000010111010111010111010000010001010111010111010000110000101 | eba18ee5b9bceba0baeba08aeba185 |
UHC | 롎幼렺렊롅 | 10001110110101001110101011101010100011101100001010001110101000011000111011001011 | 8ed4eaea8ec28ea18ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)