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 | 驍る怺邨 | 1110100110000010100000101110100110011100100010101110011110110101 | e98282e99c8ae7b5 |
EUC-JP | 驍る怺邨 | 1111000111100010101001001110101111010111111010101110111010110111 | f1e2a4ebd7eaeeb7 |
UTF-8 | 驍る怺邨 | 111010011010100110001101111000111000001010001011111001101000000010111010111010011000001010101000 | e9a98de3828be680bae982a8 |
UHC | 驍る?邨 | 11111101101001001010101011101011001111111111010110111110 | fda4aaeb3ff5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)