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 | 辰尊脱鱈叩 | 10010010010000111001000110111000100100100100010110010010010011001001001001000000 | 924391b89245924c9240 |
EUC-JP | 辰尊脱鱈叩 | 11000011101001001100001010111010110000111010011011000011101011011100001110100001 | c3a4c2bac3a6c3adc3a1 |
UTF-8 | 辰尊脱鱈叩 | 111010001011111010110000111001011011000010001010111010001000010010110001111010011011000110001000111001011000111110101001 | e8beb0e5b08ae884b1e9b188e58fa9 |
UHC | 辰尊??叩 | 1111001011100011111100001110111000111111001111111100110110110000 | f2e3f0ee3f3fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)