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 | 丹炭尊単 | 1001001001001111100100100101100110010001101110001001001001010000 | 924f925991b89250 |
EUC-JP | 丹炭尊単 | 1100001110110000110000111011101011000010101110101100001110110001 | c3b0c3bac2bac3b1 |
UTF-8 | 丹炭尊単 | 111001001011100010111001111001111000001010101101111001011011000010001010111001011000110110011000 | e4b8b9e782ade5b08ae58d98 |
UHC | 丹炭尊? | 11010011101000011111011110101001111100001110111000111111 | d3a1f7a9f0ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)