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 | 辰尊属辿卒 | 10010010010000111001000110111000100100011010111010010010010010001001000110110010 | 924391b891ae924891b2 |
EUC-JP | 辰尊属辿卒 | 11000011101001001100001010111010110000101011000011000011101010011100001010110100 | c3a4c2bac2b0c3a9c2b4 |
UTF-8 | 辰尊属辿卒 | 111010001011111010110000111001011011000010001010111001011011000110011110111010001011111010111111111001011000110110010010 | e8beb0e5b08ae5b19ee8bebfe58d92 |
UHC | 辰尊??卒 | 1111001011100011111100001110111000111111001111111111000011101111 | f2e3f0ee3f3ff0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)