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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ??∥??? | 00111111001111111000000101100001001111110011111100111111 | 3f3f81613f3f3f |
EUC-JP | ??‖?®? | 001111110011111110100001110000100011111110001111101000101110111000111111 | 3f3fa1c23f8fa2ee3f |
UTF-8 | 鍊귡∥吳®뒄 | 1110111110100110100110111110101010110111101000011110001010001000101001011110010110010000101100111100001010101110111010111001001010000100 | efa69beab7a1e288a5e590b3c2aeeb9284 |
UHC | 鍊귡∥吳®뒄 | 111001101110100010000010111010011010000110101011111001111110111110100010111001111000101010000010 | e6e882e9a1abe7efa2e78a82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)