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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 闔ィ~ | 11101000100011101010100001111110 | e88ea87e |
EUC-JP | 闔ィ~ | 1110111111101110100011101010100001111110 | efee8ea87e |
UTF-8 | 闔ィ~ | 11101001100101111001010011101111101111011010100001111110 | e99794efbda87e |
UHC | 闔?~ | 11111001111011110011111101111110 | f9ef3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)