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 | 雍刎粫 | 111010001011010010011001100001101110001011100110 | e8b49986e2e6 |
EUC-JP | 雍刎粫 | 111100001011011011010001111001101110010011101000 | f0b6d1e6e4e8 |
UTF-8 | 雍刎粫 | 111010011001101110001101111001011000100010001110111001111011001010101011 | e99b8de5888ee7b2ab |
UHC | 雍刎? | 1110100010111100110110011111101100111111 | e8bcd9fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)