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 | レ裴薈 | 1101101011100101111010001110010101000110 | dae5e8e546 |
EUC-JP | レ裴薈 | 100011101101101011101010111010101110100110100111 | 8edaeaeae9a7 |
UTF-8 | レ裴薈 | 111011111011111010011010111010001010001110110100111010001001011010001000 | efbe9ae8a3b4e89688 |
UHC | ?裴? | 00111111110110111101000000111111 | 3fdbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)