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 | 荼翫Σ | 111001001011011010001010111000111000001110110000 | e4b68ae383b0 |
EUC-JP | 荼翫Σ | 111010001011100010110100111001011010011010110010 | e8b8b4e5a6b2 |
UTF-8 | 荼翫Σ | 1110100010001101101111001110011110111111101010111100111010100011 | e88dbce7bfabcea3 |
UHC | ?翫Σ | 0011111111101000110100011010010111010010 | 3fe8d1a5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)