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 | 蘊ょズ | 111001010101110110000010111001011000001101011001 | e55d82e58359 |
EUC-JP | 蘊ょズ | 111010011011111010100100111001111010010110111010 | e9bea4e7a5ba |
UTF-8 | 蘊ょズ | 111010001001100010001010111000111000001010000111111000111000001010111010 | e8988ae38287e382ba |
UHC | 蘊ょズ | 111010001011001110101010111001111010101110111010 | e8b3aae7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)