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 | 薰咲芦 | 111110111001111010001101111001111000100010110000 | fb9e8de788b0 |
EUC-JP | ?咲芦 | 0011111110111010111010011011000010110010 | 3fbae9b0b2 |
UTF-8 | 薰咲芦 | 111010001001011010110000111001011001001010110010111010001000101010100110 | e896b0e592b2e88aa6 |
UHC | 薰?芦 | 1111110110111001001111111111101111011000 | fdb93ffbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)