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 | 奪俗息辰尊 | 10010010010001001001000110101101100100011010011110010010010000111001000110111000 | 924491ad91a7924391b8 |
EUC-JP | 奪俗息辰尊 | 11000011101001011100001010101111110000101010100111000011101001001100001010111010 | c3a5c2afc2a9c3a4c2ba |
UTF-8 | 奪俗息辰尊 | 111001011010010110101010111001001011111110010111111001101000000110101111111010001011111010110000111001011011000010001010 | e5a5aae4bf97e681afe8beb0e5b08a |
UHC | 奪俗息辰尊 | 11110111101011001110000111010100111000111101001111110010111000111111000011101110 | f7ace1d4e3d3f2e3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)