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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?ら | 001111111000001011100111 | 3f82e7 |
EUC-JP | 濚ら | 1000111111001001101000011010010011101001 | 8fc9a1a4e9 |
UTF-8 | 濚ら | 111001101011111110011010111000111000001010001001 | e6bf9ae38289 |
UHC | 濚ら | 11100111101110011010101011101001 | e7b9aae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)