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 | 丹炭尊辿臓 | 10010010010011111001001001011001100100011011100010010010010010001001000110011111 | 924f925991b89248919f |
EUC-JP | 丹炭尊辿臓 | 11000011101100001100001110111010110000101011101011000011101010011100001010100001 | c3b0c3bac2bac3a9c2a1 |
UTF-8 | 丹炭尊辿臓 | 111001001011100010111001111001111000001010101101111001011011000010001010111010001011111010111111111010001000011110010011 | e4b8b9e782ade5b08ae8bebfe88793 |
UHC | 丹炭尊?? | 1101001110100001111101111010100111110000111011100011111100111111 | d3a1f7a9f0ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)