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 | 遙??液? | 11101010101000010011111100111111100010010111010000111111 | eaa13f3f89743f |
EUC-JP | 遙??液? | 11110100101000110011111100111111101100011101010100111111 | f4a33f3fb1d53f |
UTF-8 | 遙룟뀍液⑴ | 111010011000000110011001111010111010001110011111111010111000000010001101111001101011011010110010111000101001000110110100 | e98199eba39feb808de6b6b2e291b4 |
UHC | 遙룟뀍液⑴ | 11101001101010111011011111100101100001011000100011100100111110111010100111100111 | e9abb7e58588e4fba9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)