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 | 遵???雨? | 1000111110000101001111110011111100111111100010010100101000111111 | 8f853f3f3f894a3f |
EUC-JP | 遵???雨? | 1011110111100101001111110011111100111111101100011010101100111111 | bde53f3f3fb1ab3f |
UTF-8 | 遵닿렚렑雨렦 | 111010011000000110110101111010111000101110111111111010111010000010011010111010111010000010010001111010011001101110101000111010111010000010100110 | e981b5eb8bbfeba09aeba091e99ba8eba0a6 |
UHC | 遵닿렚렑雨렦 | 111100011110010110110100111010101000111010101101100011101010011011101001111010111000111010110101 | f1e5b4ea8ead8ea6e9eb8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)