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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杓爾紆 | 100011101101101110001110101000101110001011111100 | 8edb8ea2e2fc |
EUC-JP | 杓爾紆 | 101111001101110110111100101001001110010011111110 | bcddbca4e4fe |
UTF-8 | 杓爾紆 | 111001101001110110010011111001111000100010111110111001111011010010000110 | e69d93e788bee7b486 |
UHC | 杓爾紆 | 111110001111010111101100101100111110100111100001 | f8f5ecb3e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)