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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 丹贈尊鱈 | 1001001001001111100100011010000110010001101110001001001001001100 | 924f91a191b8924c |
EUC-JP | 丹贈尊鱈 | 1100001110110000110000101010001111000010101110101100001110101101 | c3b0c2a3c2bac3ad |
UTF-8 | 丹贈尊鱈 | 111001001011100010111001111010001011010010001000111001011011000010001010111010011011000110001000 | e4b8b9e8b488e5b08ae9b188 |
UHC | 丹贈尊? | 11010011101000011111000111111100111100001110111000111111 | d3a1f1fcf0ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)