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 | リソ銹゚ト | 110110001011111111100111111101101101111111000100 | d8bfe7f6dfc4 |
EUC-JP | リソ銹゚ト | 10001110110110001000111010111111111011101111100010001110110111111000111011000100 | 8ed88ebfeef88edf8ec4 |
UTF-8 | リソ銹゚ト | 111011111011111010011000111011111011110110111111111010011000101010111001111011111011111010011111111011111011111010000100 | efbe98efbdbfe98ab9efbe9fefbe84 |
UHC | ??銹?? | 001111110011111111100010110010000011111100111111 | 3f3fe2c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)