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 | 畏??航? | 10001000110110000011111100111111100011010111000100111111 | 88d83f3f8d713f |
EUC-JP | 畏??航? | 10110000110110100011111100111111101110011101001000111111 | b0da3f3fb9d23f |
UTF-8 | 畏븀ㅊ航욂 | 111001111001010110001111111010111011100010000000111000111000010110001010111010001000100010101010111011001001101010000010 | e7958febb880e3858ae888aaec9a82 |
UHC | 畏븀ㅊ航욂 | 11101000111001101011101011100111101001001011101011111001111111101001111011100100 | e8e6bae7a4baf9fe9ee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)