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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裴オ蛯セ螟 | 1110010111101000101101011110010110000010101111101110010110100100 | e5e8b5e582bee5a4 |
EUC-JP | 裴オ蛯セ螟 | 11101010111010101000111010110101111010011110001010001110101111101110101010100110 | eaea8eb5e9e28ebeeaa6 |
UTF-8 | 裴オ蛯セ螟 | 111010001010001110110100111011111011110110110101111010001001101110101111111011111011110110111110111010001001111010011111 | e8a3b4efbdb5e89bafefbdbee89e9f |
UHC | 裴???螟 | 11011011110100000011111100111111001111111101100110101101 | dbd03f3f3fd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)