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 | 竪棚尊辰村 | 10010010010001111001001001001001100100011011100010010010010000111001000110111010 | 9247924991b8924391ba |
EUC-JP | 竪棚尊辰村 | 11000011101010001100001110101010110000101011101011000011101001001100001010111100 | c3a8c3aac2bac3a4c2bc |
UTF-8 | 竪棚尊辰村 | 111001111010101110101010111001101010001110011010111001011011000010001010111010001011111010110000111001101001110110010001 | e7abaae6a39ae5b08ae8beb0e69d91 |
UHC | 竪棚尊辰村 | 11100010101101011101110111011100111100001110111011110010111000111111010110111101 | e2b5dddcf0eef2e3f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)