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 | ???yh | 0011111100111111001111110111100101101000 | 3f3f3f7968 |
SJIS-WIN | ???yh | 0011111100111111001111110111100101101000 | 3f3f3f7968 |
EUC-JP | ???yh | 0011111100111111001111110111100101101000 | 3f3f3f7968 |
UTF-8 | 묳뫇뫂yh | 1110101110101100101100111110101110101011100001111110101110101011100000100111100101101000 | ebacb3ebab87ebab827968 |
UHC | 묳뫇뫂yh | 1001001001001010100100011010101010010001101001100111100101101000 | 924a91aa91a67968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)