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 | 乙る? | 1000100110110011100000101110100100111111 | 89b382e93f |
EUC-JP | 乙る? | 1011001010110101101001001110101100111111 | b2b5a4eb3f |
UTF-8 | 乙る㉦ | 111001001011100110011001111000111000001010001011111000111000100110100110 | e4b999e3828be389a6 |
UHC | 乙る㉦ | 111010111110000010101010111010111010100010110111 | ebe0aaeba8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)