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 | 驕ョ蛟溯ュ | 1110100110000001101011101110010110000000100111111110100010101101 | e981aee5809fe8ad |
EUC-JP | 驕ョ蛟溯ュ | 11110001111000011000111010101110111010011110000011011110111010101000111010101101 | f1e18eaee9e0deea8ead |
UTF-8 | 驕ョ蛟溯ュ | 111010011010100110010101111011111011110110101110111010001001101110011111111001101011101010101111111011111011110110101101 | e9a995efbdaee89b9fe6baafefbdad |
UHC | 驕?蛟溯? | 1100111011110110001111111100111011110001111000011011110100111111 | cef63fcef1e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)