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 | 蘊ゎ? | 1110010101011101100000101110110000111111 | e55d82ec3f |
EUC-JP | 蘊ゎ? | 1110100110111110101001001110111000111111 | e9bea4ee3f |
UTF-8 | 蘊ゎ뒼 | 111010001001100010001010111000111000001010001110111010111001001010111100 | e8988ae3828eeb92bc |
UHC | 蘊ゎ뒼 | 111010001011001110101010111011101000101010110010 | e8b3aaee8ab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)