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 | ?Y??^ | 0011111101011001001111110011111101011110 | 3f593f3f5e |
SJIS-WIN | ?Y??^ | 0011111101011001001111110011111101011110 | 3f593f3f5e |
EUC-JP | ?Y??^ | 0011111101011001001111110011111101011110 | 3f593f3f5e |
UTF-8 | 혩Y혺횈^ | 1110110110011000101010010101100111101101100110001011101011101101100110101000100001011110 | ed98a959ed98baed9a885e |
UHC | 혩Y혺횈^ | 1100001010010001010110011100001010011111110000111000011001011110 | c29159c29fc3865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)