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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鱈丹鱈丹B | 100100100100110010010010010011111001001001001100100100100100111101000010 | 924c924f924c924f42 |
EUC-JP | 鱈丹鱈丹B | 110000111010110111000011101100001100001110101101110000111011000001000010 | c3adc3b0c3adc3b042 |
UTF-8 | 鱈丹鱈丹B | 11101001101100011000100011100100101110001011100111101001101100011000100011100100101110001011100101000010 | e9b188e4b8b9e9b188e4b8b942 |
UHC | ?丹?丹B | 00111111110100111010000100111111110100111010000101000010 | 3fd3a13fd3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)