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 | 陲冶怎諱ッ | 111010001010001010010110111010001001110010000011111001101000000110101111 | e8a296e89c83e681af |
EUC-JP | 陲冶怎諱ッ | 11110000101001001100110011101010110101111110001111101011111000011000111010101111 | f0a4ccead7e3ebe18eaf |
UTF-8 | 陲冶怎諱ッ | 111010011001100110110010111001011000011010110110111001101000000010001110111010001010101110110001111011111011110110101111 | e999b2e586b6e6808ee8abb1efbdaf |
UHC | ?冶?諱? | 00111111111001011010011100111111111111011100100100111111 | 3fe5a73ffdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)