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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪????? | 10011000011000110011111100111111001111110011111100111111 | 98633f3f3f3f3f |
EUC-JP | 歪??佾?? | 110011111100010000111111001111111000111110110000111110110011111100111111 | cfc43f3f8fb0fb3f3f |
UTF-8 | 歪뺣봻佾볢쁻 | 111001101010110110101010111010111011101010100011111010111011010010111011111001001011110110111110111010111011001110100010111011001000000110111011 | e6adaaebbaa3ebb4bbe4bdbeebb3a2ec81bb |
UHC | 歪뺣봻佾볢쁻 | 111010001110000010010101111010111001010010000010111011001110101110010011111010001001100010000010 | e8e095eb9482eceb93e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)