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 | 醒f? | 1001000011000001100000101000011000111111 | 90c182863f |
EUC-JP | 醒f? | 1100000011000011101000111110011000111111 | c0c3a3e63f |
UTF-8 | 醒fㅈ | 111010011000011010010010111011111011110110000110111000111000010110001000 | e98692efbd86e38588 |
UHC | 醒fㅈ | 111000011010010110100011111001101010010010111000 | e1a5a3e6a4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)