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 | ??º | 001111110011111110111010 | 3f3fba |
SJIS-WIN | 猶?? | 10010111010100000011111100111111 | 97503f3f |
EUC-JP | 猶?º | 110011011011000100111111100011111010001011101011 | cdb13f8fa2eb |
UTF-8 | 猶븍º | 1110011110001100101101101110101110111000100011011100001010111010 | e78cb6ebb88dc2ba |
UHC | 猶븍º | 111010111010001010111010111010111010100010101100 | eba2baeba8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)