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 | ´ | 1000100110001110100010111011010010000011 | 898e8bb483 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ???´? | 001111110011111100111111101000011010110100111111 | 3f3f3fa1ad3f |
UTF-8 | ´ | 11000010100010011100001010001110110000101000101111000010101101001100001010000011 | c289c28ec28bc2b4c283 |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)