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 | 鱈達痰 | 100100100100110010010010010000101110000110000010 | 924c9242e182 |
EUC-JP | 鱈達痰 | 110000111010110111000011101000111110000111100010 | c3adc3a3e1e2 |
UTF-8 | 鱈達痰 | 111010011011000110001000111010011000000110010100111001111001011110110000 | e9b188e98194e797b0 |
UHC | ?達痰 | 0011111111010011101110011101001111000011 | 3fd3b9d3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)