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 | 裴芽示 | 111001011110100010001001111010001000111010100110 | e5e889e88ea6 |
EUC-JP | 裴芽示 | 111010101110101010110010111010101011110010101000 | eaeab2eabca8 |
UTF-8 | 裴芽示 | 111010001010001110110100111010001000101010111101111001111010010010111010 | e8a3b4e88abde7a4ba |
UHC | 裴芽示 | 110110111101000011100100101101001110001111000110 | dbd0e4b4e3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)