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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裴オ蛯セ | 111001011110100010110101111001011000001010111110 | e5e8b5e582be |
EUC-JP | 裴オ蛯セ | 1110101011101010100011101011010111101001111000101000111010111110 | eaea8eb5e9e28ebe |
UTF-8 | 裴オ蛯セ | 111010001010001110110100111011111011110110110101111010001001101110101111111011111011110110111110 | e8a3b4efbdb5e89bafefbdbe |
UHC | 裴??? | 1101101111010000001111110011111100111111 | dbd03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)