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 | ワェヤ・ | 110111001010101011010100101001011111000011110111 | dcaad4a5f0f7 |
EUC-JP | ワェヤ・? | 100011101101110010001110101010101000111011010100100011101010010100111111 | 8edc8eaa8ed48ea53f |
UTF-8 | ワェヤ・ | 111011111011111010011100111011111011110110101010111011111011111010010100111011111011110110100101111011101000001010110110 | efbe9cefbdaaefbe94efbda5ee82b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)