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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | リィ[ | 110110001010100001011011 | d8a85b |
EUC-JP | リィ[ | 1000111011011000100011101010100001011011 | 8ed88ea85b |
UTF-8 | リィ[ | 11101111101111101001100011101111101111011010100001011011 | efbe98efbda85b |
UHC | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)